diff options
| -rw-r--r-- | app/components/AccountInput.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/AccountInput.js b/app/components/AccountInput.js index 21967d856a..fea2098eeb 100644 --- a/app/components/AccountInput.js +++ b/app/components/AccountInput.js @@ -85,7 +85,7 @@ export default class AccountInput extends React.Component<AccountInputProps, Acc onKeyDown={ this.onKeyDown } onPaste={ this.onPaste } onCut={ this.onCut } - ref={ this.onRef } /> + ref={ (ref) => this.onRef(ref) } /> ); } |
