mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
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 () {
|
componentWillMount () {
|
||||||
fetchLists();
|
this.props.fetchLists();
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
|
Loading…
Reference in New Issue
Block a user