Skip to content

Commit

Permalink
Tokens: remove the “max” button on assign (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored May 28, 2020
1 parent 89404d6 commit f263c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function TokenPanelContent({
step={tokenStep}
value={amountField.value}
required
showMax
showMax={mode === 'remove'}
wide
/>
</Field>
Expand Down

0 comments on commit f263c96

Please sign in to comment.