Skip to content

Commit

Permalink
Fix UAW for testnet apps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Jul 26, 2024
1 parent 5dfafc0 commit b2875f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SchainDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function SchainDetails(props: {
<Tile
size="md"
grow
text="Unique active wallets"
text={isMainnet ? 'Unique active wallets' : 'Total addresses'}
value={formatNumber(getUAW())}
icon={<PersonRoundedIcon />}
/>
Expand Down

0 comments on commit b2875f8

Please sign in to comment.