Skip to content

Commit

Permalink
fix: set lending mode true for portfolio lending position asset cards
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Oct 11, 2023
1 parent 4fdffc7 commit e5acc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marginfi-v2-ui/src/pages/portfolio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const PortfolioPage = () => {
key={bank.meta.tokenSymbol}
nativeSolBalance={nativeSolBalance}
bank={bank}
isInLendingMode={false}
isInLendingMode={true}
isConnected={connected}
marginfiAccount={selectedAccount}
/>
Expand Down

1 comment on commit e5acc54

@vercel
Copy link

@vercel vercel bot commented on e5acc54 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.