1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #6632 from whymarrh/fix-lint

Remove unused fn arguments in AmountMaxButton
This commit is contained in:
Thomas Huang 2019-05-20 11:10:24 -07:00 committed by GitHub
commit 1b0af8384e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ export default class AmountMaxButton extends Component {
})
}
onMaxClick = (event) => {
onMaxClick = () => {
const { setMaxModeTo, clearMaxAmount, maxModeOn } = this.props
const { metricsEvent } = this.context