mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-19 00:21:40 +01: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…
x
Reference in New Issue
Block a user