From f702cbd2564bca9cfa28beadb28ff9934cc0a66b Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Sat, 17 Jun 2023 19:27:11 -0400 Subject: [PATCH] fix: Fix build error --- src/shared/components/home/home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()}