Skip to content

Commit

Permalink
unset boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon McClure committed Dec 11, 2017
1 parent cbbed6b commit 4aac130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theshow/staticapp/src/js/race-app/containers/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const App = (props) => {
const actions = bindActionCreators(Actions, props.dispatch);
const resultsStatus = checkResultStatus(props.db);

const voteDependentModules = !resultsStatus.aboveVotesTreshold ? (
const voteDependentModules = resultsStatus.aboveVotesTreshold ? (
<div>
<SwingChartContainer
content={props.db.content}
Expand Down

0 comments on commit 4aac130

Please sign in to comment.