From 5f307040f28e0f1617028397f7978bb9ec38044e Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 20 May 2019 15:06:28 -0230 Subject: Remove unused fn arguments in AmountMaxButton --- .../send-amount-row/amount-max-button/amount-max-button.component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app') diff --git a/ui/app/pages/send/send-content/send-amount-row/amount-max-button/amount-max-button.component.js b/ui/app/pages/send/send-content/send-amount-row/amount-max-button/amount-max-button.component.js index 249703763..7901ccef6 100644 --- a/ui/app/pages/send/send-content/send-amount-row/amount-max-button/amount-max-button.component.js +++ b/ui/app/pages/send/send-content/send-amount-row/amount-max-button/amount-max-button.component.js @@ -40,7 +40,7 @@ export default class AmountMaxButton extends Component { }) } - onMaxClick = (event) => { + onMaxClick = () => { const { setMaxModeTo, clearMaxAmount, maxModeOn } = this.props const { metricsEvent } = this.context -- cgit