add 'this.props' to fetchLists

th-downstream
cwm 7 years ago
parent 0bf2f1d6d5
commit 5a3792dfd8

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

Loading…
Cancel
Save