parent
ece262993a
commit
324682b154
5 changed files with 11 additions and 5 deletions
|
|
@ -145,8 +145,6 @@ export class Home extends Component<any, HomeState> {
|
|||
this.fetchTrendingCommunities();
|
||||
this.fetchData();
|
||||
}
|
||||
|
||||
setupTippy();
|
||||
}
|
||||
|
||||
fetchTrendingCommunities() {
|
||||
|
|
@ -168,6 +166,7 @@ export class Home extends Component<any, HomeState> {
|
|||
}
|
||||
|
||||
WebSocketService.Instance.send(wsClient.communityJoin({ community_id: 0 }));
|
||||
setupTippy();
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue