aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 17:26:21 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 17:26:21 +0200
commit604d5af907702589c9586af7985958c295385f0f (patch)
tree5b2b801051de02a85e9325f44ea441d328b8c83e /src/components/auth
parentsupport app updates also for unauthenticated users (diff)
downloadferdium-app-604d5af907702589c9586af7985958c295385f0f.tar.gz
ferdium-app-604d5af907702589c9586af7985958c295385f0f.tar.zst
ferdium-app-604d5af907702589c9586af7985958c295385f0f.zip
fix eslint issues
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/AuthLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 9bde58461..3d43d4e5c 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -48,7 +48,7 @@ export default @observer class AuthLayout extends Component {
48 darkMode, 48 darkMode,
49 nextAppReleaseVersion, 49 nextAppReleaseVersion,
50 installAppUpdate, 50 installAppUpdate,
51 appUpdateIsDownloaded 51 appUpdateIsDownloaded,
52 } = this.props; 52 } = this.props;
53 const { intl } = this.context; 53 const { intl } = this.context;
54 54