Skip to content

Commit

Permalink
ui(Jar): hide currency symbol of frozen balance
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Nov 29, 2023
1 parent af54564 commit 6855c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/jars/Jar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const Jar = ({ index, balance, frozenBalance, fillLevel, isOpen = false }: JarPr
convertToUnit={settings.unit}
showBalance={settings.showBalance}
frozen={true}
showSymbol={false}
/>
)}
</div>
Expand Down

0 comments on commit 6855c15

Please sign in to comment.