Skip to content

Commit

Permalink
fix: add mandatory copy for token id for erc1155
Browse files Browse the repository at this point in the history
  • Loading branch information
andywong418 committed Jun 1, 2024
1 parent 06e5a61 commit 04e298f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ const VerifyTokenHoldingComponent = ({ onChange, value, stepType, error }) => {
marginTop: "8px",
}}
>
<Label>Token ID (optional for ERC1155)</Label>
<Label>Token ID (mandatory for ERC1155)</Label>
<TextField
placeholder="Token ID (optional for ERC1155)"
placeholder="Token ID (mandatory for ERC1155)"
value={value?.verifyTokenId}
onChange={(value) => handleOnChange("verifyTokenId", value)}
multiline={false}
Expand Down

0 comments on commit 04e298f

Please sign in to comment.