Skip to content

Commit

Permalink
Fix ts error causing build error in latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Nov 16, 2023
1 parent 000d761 commit 2b4cd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/ConnectWalletsFlow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ onUnmounted(() => {
{{ convertString(act.address) }}
</div>
<div>
{{ formatEthersCasimir(act.balance) }} ETH
{{ formatEthersCasimir(parseFloat(act.balance)) }} ETH
</div>
</button>
</div>
Expand Down

0 comments on commit 2b4cd25

Please sign in to comment.