Skip to content

Commit

Permalink
Allow the submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Inukares committed Sep 11, 2024
1 parent 4954330 commit c271e9b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,9 @@ export const MintWithStarknetReact = () => {
value={mintAmount}
onChange={(e) => setMintAmount(e.target.value)}
/>
{/* TODO: When will we allow below? Need to ask Ale */}
{/* TODO: Verify it's ok that the submit has been enabled */}

<Input
type="submit"
disabled={true || buttonsDisabled}
value="Not possible with ETH!"
/>
<Input type="submit" disabled={buttonsDisabled} value="Submit" />
</Flex>
</Flex>
)
Expand Down

0 comments on commit c271e9b

Please sign in to comment.