add 'this.props' to fetchLists

main
cwm 7 years ago
parent 939075899e
commit 0ddeed9377

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

Loading…
Cancel
Save