add 'this.props' to fetchLists

master
cwm 2018-01-23 01:23:56 -06:00
parent 939075899e
commit 0ddeed9377
1 changed files with 1 additions and 1 deletions

View File

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