Browse Source

fix

master
Aaron Parecki 6 years ago
parent
commit
9e745855da
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      public/js/app.js
  2. +1
    -1
      resources/assets/js/components/Scorecard.vue

+ 1
- 1
public/js/app.js
File diff suppressed because it is too large
View File


+ 1
- 1
resources/assets/js/components/Scorecard.vue View File

@ -187,7 +187,7 @@ module.exports = {
computed: {
isAcceptDisabled() {
if(this.show) {
switch(this.tweet.mission_id) {
switch(parseInt(this.tweet.mission_id)) {
case 1:
return this.selectedTransitLine == null && this.selectedNonTrimetLine == '';
case 2:

Loading…
Cancel
Save