diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-13 17:12:54 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-13 17:12:54 +0000 |
| commit | e259b37b0d342fe28f8dfecea07db714feecad0e (patch) | |
| tree | e4f34e84fd90f18fa4b3d8bb3b37258abb4bd2e0 /app/containers | |
| parent | 18f8c8bdfa2575242f41dd775b6a51a38f962e1e (diff) | |
| download | mullvadvpn-e259b37b0d342fe28f8dfecea07db714feecad0e.tar.xz mullvadvpn-e259b37b0d342fe28f8dfecea07db714feecad0e.zip | |
Fix linting issues
Diffstat (limited to 'app/containers')
| -rw-r--r-- | app/containers/LoginPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/containers/LoginPage.js b/app/containers/LoginPage.js index 51cdd297c2..77b099df98 100644 --- a/app/containers/LoginPage.js +++ b/app/containers/LoginPage.js @@ -18,7 +18,7 @@ const mapDispatchToProps = (dispatch, props) => { return user.loginChange({ account }); }, onFirstChangeAfterFailure: () => { - return user.loginChange({ status: LoginState.none, error: undefined }) + return user.loginChange({ status: LoginState.none, error: undefined }); } }; }; |
