summaryrefslogtreecommitdiffhomepage
path: root/app/components/AccountInput.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2017-11-17 10:46:53 +0100
committerAndrej Mihajlov <and@mullvad.net>2017-11-21 16:12:59 +0100
commit489a47a2f68194daee05e24cced6ca670c3978a0 (patch)
tree5db85abba5e69dcf227b87bfa476bd8d22165770 /app/components/AccountInput.js
parent3ca41569b1d61444d4a2bf0a0dc330fbc86435ca (diff)
downloadmullvadvpn-489a47a2f68194daee05e24cced6ca670c3978a0.tar.xz
mullvadvpn-489a47a2f68194daee05e24cced6ca670c3978a0.zip
Refine flow types across project
Diffstat (limited to 'app/components/AccountInput.js')
-rw-r--r--app/components/AccountInput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/AccountInput.js b/app/components/AccountInput.js
index 1759423437..4ff99e13fd 100644
--- a/app/components/AccountInput.js
+++ b/app/components/AccountInput.js
@@ -74,7 +74,7 @@ export default class AccountInput extends Component {
this.state.selectionRange[1] !== nextState.selectionRange[1]);
}
- render(): React.Element<*> {
+ render() {
const displayString = formatAccount(this.state.value || '');
const { value, onChange, onEnter, ...otherProps } = this.props; // eslint-disable-line no-unused-vars
return (