Skip to content

Commit aad0442

Browse files
committed
fix docs build
1 parent f1686fe commit aad0442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/core/hooks/wallets/useCallsStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useActiveWallet } from "./useActiveWallet.js";
77
/**
88
* A hook to get a call bundle's current status according to [EIP-5792](https://eips.ethereum.org/EIPS/eip-5792).
99
*
10-
* @note This function is dependent on the wallet's support for EIP-5792 and could throw an error if it's not supported.
10+
* This function is dependent on the wallet's support for EIP-5792 and could throw an error if it's not supported.
1111
*
1212
* @returns a React Query object.
1313
* @beta

0 commit comments

Comments
 (0)