Skip to content

Commit

Permalink
Remove unused fn arguments in AmountMaxButton
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed May 20, 2019
1 parent 3254738 commit 5f30704
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 5f30704

Please sign in to comment.