mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +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 { metricsEvent } = this.context
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user