mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Remove unused fn arguments in AmountMaxButton
This commit is contained in:
parent
3254738360
commit
5f307040f2
@ -40,7 +40,7 @@ export default class AmountMaxButton extends Component {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
onMaxClick = (event) => {
|
onMaxClick = () => {
|
||||||
const { setMaxModeTo, clearMaxAmount, maxModeOn } = this.props
|
const { setMaxModeTo, clearMaxAmount, maxModeOn } = this.props
|
||||||
const { metricsEvent } = this.context
|
const { metricsEvent } = this.context
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user