fix: Fix build error

This commit is contained in:
Jay Sitter 2023-06-17 19:27:11 -04:00
parent 9084a91242
commit f702cbd256
1 changed files with 2 additions and 2 deletions

View File

@ -448,7 +448,7 @@ export class Home extends Component<any, HomeState> {
)}
{showTrendingMobile && (
<div className="card border-secondary mb-3">
{this.trendingCommunities}
{this.trendingCommunities()}
</div>
)}
{showSubscribedMobile && (
@ -472,7 +472,7 @@ export class Home extends Component<any, HomeState> {
return (
<div id="sidebarContainer">
<section id="sidebarMain" className="card border-secondary mb-3">
{this.trendingCommunities}
{this.trendingCommunities()}
</section>
<SiteSidebar
site={site}