Skip to content

Commit 7108649

Browse files
chore: update README
1 parent 0e1737a commit 7108649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default function Account() {
262262
263263
The `isActive` and `isReady` properties can be used to check the status of the wallets. The `isActive` property determines whether or not an account is currently active. The `isReady` property shows if `use-wallet` has mounted and successfully read the connection status from the providers. These properties are useful when setting up client side access restrictions, for example, by redirecting a user if no wallet is active, as shown below.
264264
265-
```
265+
```jsx
266266
const { isActive, isReady } = useWallet()
267267

268268
useEffect(() => {

0 commit comments

Comments
 (0)