Skip to content

Commit

Permalink
fix(ui-ux): hide loan related data on portfolio card (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 authored Oct 20, 2023
1 parent dc5f059 commit 721aea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function TotalPortfolio(props: TotalPortfolioProps): JSX.Element {
/>
</View>
)}
{isExpanded && (
{isExpanded && !isEvmDomain && (
<ThemedViewV2
style={tailwind("mt-5 border-t-0.5")}
light={tailwind("border-mono-light-v2-300")}
Expand Down

0 comments on commit 721aea9

Please sign in to comment.