about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/getting_started/index.js
diff options
context:
space:
mode:
authorcwm <chriswmartin@protonmail.com>2018-01-23 01:23:56 -0600
committercwm <chriswmartin@protonmail.com>2018-01-23 01:23:56 -0600
commit0ddeed9377d69de8398973c253cc1a7c9f8d5a80 (patch)
tree9ec72ad13f6bd66cb8aedd3074e924ab6559bf23 /app/javascript/flavours/glitch/features/getting_started/index.js
parent939075899e7197e0e60c9db2f4ac0679593f278e (diff)
add 'this.props' to fetchLists
Diffstat (limited to 'app/javascript/flavours/glitch/features/getting_started/index.js')
-rw-r--r--app/javascript/flavours/glitch/features/getting_started/index.js2
1 files changed, 1 insertions, 1 deletions
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 () {