We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f74e03 commit 3470b1aCopy full SHA for 3470b1a
packages/hooks/src/stories/UseTokenBalance.stories.tsx
@@ -19,7 +19,7 @@ const Default = () => {
19
<Button onClick={disconnectWallet}>Disconnect wallet</Button>
20
<Text>{connection.ens || connection.userAddress}</Text>
21
{error ? (
22
- <Text>Error occured while trying to fetch balance.</Text>
+ <Text>Error occurred while trying to fetch balance.</Text>
23
) : loading ? (
24
<Text>Loading...</Text>
25
) : (
0 commit comments