Skip to content

Commit

Permalink
Fix initial wallet balance on load
Browse files Browse the repository at this point in the history
  • Loading branch information
Perronef5 committed Oct 8, 2024
1 parent 7afbbf2 commit b34ca3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const TokensScreen = () => {
</Box>
</Box>
)
}, [options, selectedIndex, onItemSelected])
}, [options, selectedIndex, onItemSelected, total])

const contentContainerStyle = useMemo(
() => ({
Expand Down

0 comments on commit b34ca3f

Please sign in to comment.