Skip to content

Commit 8683449

Browse files
authored
fix: Fix exportLocalWallet component rendering issue (#2845)
1 parent cfff7e8 commit 8683449

File tree

2 files changed

+1
-103
lines changed

2 files changed

+1
-103
lines changed

packages/thirdweb/src/extensions/erc1155/drops/write/setClaimConditions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type SetClaimConditionsParams = {
1818
* ```ts
1919
* import { setClaimConditions } from "thirdweb/extensions/erc1155";
2020
*
21-
* const tx = await setClaimConditions({
21+
* const tx = setClaimConditions({
2222
* contract,
2323
* tokenId: 0n,
2424
* phases: [

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/ExportLocalWallet._tsx

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)