From 578f9ab1f7befdadb4f3aa297b802dfb3cfaf7e2 Mon Sep 17 00:00:00 2001 From: Finn Date: Fri, 23 Feb 2024 11:47:32 +0000 Subject: [PATCH] fix to decimals --- components/Positions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Positions.tsx b/components/Positions.tsx index 97e1a9d..6382568 100644 --- a/components/Positions.tsx +++ b/components/Positions.tsx @@ -173,16 +173,16 @@ const PositionItem = ({

Position Size

- {' '} + {' '} {'USDC'} {' '} = 0 ? 'lightgreen' : 'red' }}> - () + () {bank.name != 'USDC' ?
- {' '} + {' '} {formatTokenSymbol(bank.name)}
: