Skip to content

Commit

Permalink
disabled art team popup modal
Browse files Browse the repository at this point in the history
  • Loading branch information
cjativa committed Oct 5, 2018
1 parent 31a8548 commit 20d9531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/snap/components/SnapResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ class SnapResults extends Component {
} else {
this.setState({ error: "No records found!" });
}
/* Disable the art team pop-up modal entirely
if (parseInt(this.state.snapCount) === 4) {
this.state.alertModalIsOpen = true;
}

*/
}


Expand Down

0 comments on commit 20d9531

Please sign in to comment.