Skip to content

Improve front end 22 09 25#56

Merged
joelamouche merged 9 commits intomainfrom
improve-front-end-22-09-25
Sep 22, 2025
Merged

Improve front end 22 09 25#56
joelamouche merged 9 commits intomainfrom
improve-front-end-22-09-25

Conversation

Comment on lines 15 to 20
const formatted = useMemo(() => {
const raw = balanceQuery.data?.raw;
const decimals = balanceQuery.data?.decimals ?? 18;
if (raw === undefined) return undefined;
return formatUnits(raw, decimals);
}, [balanceQuery.data]);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joelamouche joelamouche merged commit afe0bbb into main Sep 22, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a Getting Started page on the front end

2 participants

Comments