We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be8fd3 commit 4dd085dCopy full SHA for 4dd085d
1 file changed
src/components/Home/index.js
@@ -149,7 +149,7 @@ export default class Home extends React.Component {
149
currentZip={this.state.currentZip}
150
/>
151
<EventsTable
152
- allTownHalls={allStateTownHalls || allTownHalls} // if state town halls are present, it's because we are on a state site
+ allTownHalls={allStateTownHalls.length ? allStateTownHalls : allTownHalls} // if state town halls are present, it's because we are on a state site
153
154
<EventModal />
155
</React.Fragment>
0 commit comments