Skip to content

Commit

Permalink
Merge pull request #6632 from whymarrh/fix-lint
Browse files Browse the repository at this point in the history
Remove unused fn arguments in AmountMaxButton
  • Loading branch information
tmashuang authored May 20, 2019
2 parents 3254738 + 5f30704 commit 1b0af83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class AmountMaxButton extends Component {
})
}

onMaxClick = (event) => {
onMaxClick = () => {
const { setMaxModeTo, clearMaxAmount, maxModeOn } = this.props
const { metricsEvent } = this.context

Expand Down

0 comments on commit 1b0af83

Please sign in to comment.