Skip to content

Commit

Permalink
Merging changes from snap-dev for disabling the art team pop-up modal…
Browse files Browse the repository at this point in the history
… entirely
  • Loading branch information
cjativa committed Oct 5, 2018
2 parents d7f6c37 + 20d9531 commit cc7fb38
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 cc7fb38

Please sign in to comment.