Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlovesgithub committed Jun 25, 2024
1 parent 17f6188 commit 8e57fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Exercise/Reports/EligibilityIssuesV2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default {
},
computed: {
applicationStatusOptions(){
return [...availableStatuses(this.exercise), ...''];
return availableStatuses(this.exercise);
},
exercise() {
return this.$store.state.exerciseDocument.record;
Expand Down

0 comments on commit 8e57fe0

Please sign in to comment.