Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrjs committed Sep 21, 2023
1 parent ef911a4 commit a745153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Positions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ const Positions = ({
<div>
<p className="mb-1">Liquidation Price</p>
<span className="whitespace-nowrap text-xl font-bold">
{stakeBalance ? '1.234' : '0'}{' '}
{`${formatTokenSymbol(bank.name)}/SOL`}
{stakeBalance ? 'X.XX' : '0'}{' '}
{`${formatTokenSymbol(bank.name)}/${BORROW_TOKEN}`}
</span>
</div>
</div>
Expand Down

0 comments on commit a745153

Please sign in to comment.