Skip to content

Commit

Permalink
Merge pull request #2266 from wondrous-dev/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
andywong418 committed Jun 1, 2024
2 parents 777962f + 04e298f commit ecb48fc
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 ecb48fc

Please sign in to comment.