Skip to content

Commit

Permalink
fix(site): eth rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored and cor committed Oct 18, 2023
1 parent 5dfac6b commit be9357c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import TerminalContainer from '$lib/TerminalContainer.svelte';
{#if $ethereumEthBalance === null}
<div >Fetching...</div>
{:else}
<div class="flex md:justify-end"><span class="text-accent">{toFixedUno($ethereumEthBalance)}</span>&nbsp;ETH</div>
<div class="flex md:justify-end"><span class="text-accent">{toFixedEth($ethereumEthBalance)}</span>&nbsp;ETH</div>
{/if}
</div>
</div>
Expand Down

0 comments on commit be9357c

Please sign in to comment.