diff --git a/app/gabsocial/pages/home_page.js b/app/gabsocial/pages/home_page.js index 8974a5248..cac62625a 100644 --- a/app/gabsocial/pages/home_page.js +++ b/app/gabsocial/pages/home_page.js @@ -21,6 +21,7 @@ export default @connect(mapStateToProps) class HomePage extends ImmutablePureComponent { render () { const {children, account} = this.props; + const hasFunding = funding && funding.goal && funding.goal.amount && funding.goal.text; return (
@@ -30,7 +31,7 @@ class HomePage extends ImmutablePureComponent {
- {funding.goal.amount && funding.goal.text && } + {hasFunding && }