diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-11 13:10:43 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-07-16 20:34:15 +0200 |
| commit | 9cde5c51adb96d16e20580a73f59ac8e4ffdf23d (patch) | |
| tree | 39775ede1876e8e5ad24c9f8d4bb73cac0eb80be /app/components/TransitionContainerStyles.android.js | |
| parent | 3e5c5aacde5f8e78820261f3fa9e0474f639823f (diff) | |
| download | mullvadvpn-9cde5c51adb96d16e20580a73f59ac8e4ffdf23d.tar.xz mullvadvpn-9cde5c51adb96d16e20580a73f59ac8e4ffdf23d.zip | |
Fix eslint promise issues
Diffstat (limited to 'app/components/TransitionContainerStyles.android.js')
| -rw-r--r-- | app/components/TransitionContainerStyles.android.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/TransitionContainerStyles.android.js b/app/components/TransitionContainerStyles.android.js index b234ff4be0..c894d9fb01 100644 --- a/app/components/TransitionContainerStyles.android.js +++ b/app/components/TransitionContainerStyles.android.js @@ -9,6 +9,7 @@ let menuBarHeight; MobileAppBridge.getMenuBarHeight() .then((_response) => { menuBarHeight = _response; + return; }) .catch((e) => { log.error('Failed getting menuBarHeight:', e); |
