From: Jay Sitter Date: Sat, 17 Jun 2023 23:27:11 +0000 (-0400) Subject: fix: Fix build error X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=f702cbd2564bca9cfa28beadb28ff9934cc0a66b;p=lemmy-ui.git fix: Fix build error --- diff --git a/src/shared/components/home/home.tsx b/src/shared/components/home/home.tsx index c7fccb8..4f9b969 100644 --- a/src/shared/components/home/home.tsx +++ b/src/shared/components/home/home.tsx @@ -448,7 +448,7 @@ export class Home extends Component { )} {showTrendingMobile && (
- {this.trendingCommunities} + {this.trendingCommunities()}
)} {showSubscribedMobile && ( @@ -472,7 +472,7 @@ export class Home extends Component { return (
- {this.trendingCommunities} + {this.trendingCommunities()}