Browse Source

add 'this.props' to fetchLists

closed-social-glitch-2
cwm 6 years ago
parent
commit
0ddeed9377
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/features/getting_started/index.js

+ 1
- 1
app/javascript/flavours/glitch/features/getting_started/index.js View File

@ -88,7 +88,7 @@ export default class GettingStarted extends ImmutablePureComponent {
}; };
componentWillMount () { componentWillMount () {
fetchLists();
this.props.fetchLists();
} }
componentDidMount () { componentDidMount () {

Loading…
Cancel
Save