Skip to content

Commit

Permalink
Remove un-used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensearle committed Apr 7, 2020
1 parent 160adad commit f87b048
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Exercises/Show/Reports/Diversity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ export default {
exercise() {
return this.$store.state.exerciseDocument.record;
},
applications() {
return this.$store.state.applications.records;
},
},
created() {
this.unsubscribe = firestore.doc(`exercises/${this.exercise.id}/reports/diversity`)
Expand Down

0 comments on commit f87b048

Please sign in to comment.