summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-03-25 20:04:16 +0800
committerErik Larkö <erik@mullvad.net>2017-03-27 15:31:07 +0800
commit03f913cced794359f1077228c67f5602c2cb2e95 (patch)
tree3a1b3e21c3920cd583dd13373edae01319e74216 /app/app.js
parent6ad9d39c56831748b40e28145f403e36d7d8113a (diff)
downloadmullvadvpn-03f913cced794359f1077228c67f5602c2cb2e95.tar.xz
mullvadvpn-03f913cced794359f1077228c67f5602c2cb2e95.zip
Some more whitespace fixes
Diffstat (limited to 'app/app.js')
-rw-r--r--app/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app.js b/app/app.js
index c65bd1b9b5..b732dac7fd 100644
--- a/app/app.js
+++ b/app/app.js
@@ -22,7 +22,7 @@ const backend = new Backend();
// reset login state if user quit the app during login
if([LoginState.connecting, LoginState.failed].includes(store.getState().user.status)) {
- store.dispatch(userActions.loginChange({
+ store.dispatch(userActions.loginChange({
status: LoginState.none
}));
}
@@ -49,7 +49,7 @@ if(recentLocation && recentLocation.pathname) {
* Get tray icon type based on connection state
* @param {ConnectionState} s - connection state
* @return {TrayIconType}
- *
+ *
*/
const getIconType = (s) => {
switch(s) {