From 0ddeed9377d69de8398973c253cc1a7c9f8d5a80 Mon Sep 17 00:00:00 2001 From: cwm Date: Tue, 23 Jan 2018 01:23:56 -0600 Subject: [PATCH] add 'this.props' to fetchLists --- .../flavours/glitch/features/getting_started/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index 874f11bc8..bf9fe118a 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -88,7 +88,7 @@ export default class GettingStarted extends ImmutablePureComponent { }; componentWillMount () { - fetchLists(); + this.props.fetchLists(); } componentDidMount () {