diff options
author | cwm <chriswmartin@protonmail.com> | 2018-01-23 01:23:56 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2018-01-23 01:23:56 -0600 |
commit | 0ddeed9377d69de8398973c253cc1a7c9f8d5a80 (patch) | |
tree | 9ec72ad13f6bd66cb8aedd3074e924ab6559bf23 | |
parent | 939075899e7197e0e60c9db2f4ac0679593f278e (diff) |
add 'this.props' to fetchLists
-rw-r--r-- | app/javascript/flavours/glitch/features/getting_started/index.js | 2 |
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 () { |