Skip to content

Commit

Permalink
Resolve issue prefeiturasp#21
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsenam committed Sep 13, 2018
1 parent c3e0d59 commit ec9cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Results/Results.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class Results extends React.Component {
render() {
const schoolsNearby = this.state.schoolsNearby ? this.state.schoolsNearby : false;
const numberOfSchools = this.state.schoolsNearby ? this.state.schoolsNearby.length : false;
const waitListTotal = this.state.waitListTotal ? this.state.waitListTotal : false;
const waitListTotal = this.state.waitListTotal ? this.state.waitListTotal : 0;
return (
<div>
<BackButton />
Expand Down

0 comments on commit ec9cc7f

Please sign in to comment.