aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/WelcomeScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/auth/WelcomeScreen.tsx')
-rw-r--r--src/containers/auth/WelcomeScreen.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/containers/auth/WelcomeScreen.tsx b/src/containers/auth/WelcomeScreen.tsx
index 561eef236..1f3f50e4a 100644
--- a/src/containers/auth/WelcomeScreen.tsx
+++ b/src/containers/auth/WelcomeScreen.tsx
@@ -8,10 +8,6 @@ interface IProps extends Partial<StoresProps> {}
8@inject('stores', 'actions') 8@inject('stores', 'actions')
9@observer 9@observer
10class WelcomeScreen extends Component<IProps> { 10class WelcomeScreen extends Component<IProps> {
11 constructor(props: IProps) {
12 super(props);
13 }
14
15 render(): ReactElement { 11 render(): ReactElement {
16 const { user, recipePreviews } = this.props.stores!; 12 const { user, recipePreviews } = this.props.stores!;
17 13