add 'this.props' to fetchLists
This commit is contained in:
parent
0bf2f1d6d5
commit
5a3792dfd8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default class GettingStarted extends ImmutablePureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
componentWillMount () {
|
componentWillMount () {
|
||||||
fetchLists();
|
this.props.fetchLists();
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
|
|
Loading…
Reference in a new issue