diff --git a/src/pages/host.dashboard.js b/src/pages/host.dashboard.js
index adf7c097a80..5244f76dfc5 100644
--- a/src/pages/host.dashboard.js
+++ b/src/pages/host.dashboard.js
@@ -44,7 +44,7 @@ class HostExpensesPage extends React.Component {
const { LoggedInUser } = this.state;
if (!data.Collective) return ();
- if (!data.collective.isHost) return ();
+ if (!data.Collective.isHost) return ();
const collective = data.Collective;
const selectedCollective = this.state.selectedCollective || collective;