Skip to content

Commit

Permalink
Merge pull request #463 from consensusnetworks/bug/build
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Nov 21, 2023
2 parents b975a26 + 2b4cd25 commit 84aef1a
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 84aef1a

Please sign in to comment.