aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/LoginScreen.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 22:10:02 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 22:10:02 +0100
commit891a7d6642f5e8c4d4f56280e29489524f0d5286 (patch)
tree1cb5b86a5c790f4126dbac5686374eb7937cb093 /src/containers/auth/LoginScreen.js
parentSwitch to npm (diff)
downloadferdium-app-891a7d6642f5e8c4d4f56280e29489524f0d5286.tar.gz
ferdium-app-891a7d6642f5e8c4d4f56280e29489524f0d5286.tar.zst
ferdium-app-891a7d6642f5e8c4d4f56280e29489524f0d5286.zip
Fix linting errors
Diffstat (limited to 'src/containers/auth/LoginScreen.js')
-rw-r--r--src/containers/auth/LoginScreen.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/containers/auth/LoginScreen.js b/src/containers/auth/LoginScreen.js
index 9e22c5141..865bd38f8 100644
--- a/src/containers/auth/LoginScreen.js
+++ b/src/containers/auth/LoginScreen.js
@@ -7,8 +7,7 @@ import { gaPage } from '../../lib/analytics';
7 7
8import { globalError as globalErrorPropType } from '../../prop-types'; 8import { globalError as globalErrorPropType } from '../../prop-types';
9 9
10@inject('stores', 'actions') @observer 10export default @inject('stores', 'actions') @observer class LoginScreen extends Component {
11export default class LoginScreen extends Component {
12 static propTypes = { 11 static propTypes = {
13 error: globalErrorPropType.isRequired, 12 error: globalErrorPropType.isRequired,
14 }; 13 };