add 'this.props' to fetchLists

This commit is contained in:
cwm 2018-01-23 01:23:56 -06:00
parent 939075899e
commit 0ddeed9377

View file

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