add 'this.props' to fetchLists
This commit is contained in:
parent
939075899e
commit
0ddeed9377
|
@ -88,7 +88,7 @@ export default class GettingStarted extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
componentWillMount () {
|
||||
fetchLists();
|
||||
this.props.fetchLists();
|
||||
}
|
||||
|
||||
componentDidMount () {
|
||||
|
|
Loading…
Reference in New Issue