1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-29 23:38:57 +09:00

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 () {