Add Custom Emoji Support
This commit is contained in:
parent
578709b986
commit
1f15ea5aa8
11 changed files with 877 additions and 52 deletions
|
@ -170,7 +170,7 @@ export class Home extends Component<any, HomeState> {
|
|||
wsClient.communityJoin({ community_id: 0 })
|
||||
);
|
||||
}
|
||||
const taglines = this.state.siteRes.taglines;
|
||||
const taglines = this.state?.siteRes?.taglines ?? [];
|
||||
this.state = {
|
||||
...this.state,
|
||||
trendingCommunities: trendingRes?.communities ?? [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue