No known key found for this signature in database
GPG Key ID: 276C2817346D6056
2 changed files with
2 additions and
2 deletions
-
public/js/app.js
-
resources/assets/js/components/Scorecard.vue
|
|
@ -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: |
|
|
|