Skip to content

Commit

Permalink
fix(ui-ux): hide loan related data on portfolio card
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Oct 20, 2023
1 parent dc5f059 commit b759503
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 b759503

Please sign in to comment.