Skip to content

Commit

Permalink
Remove unneeded computed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed May 15, 2024
1 parent 20206df commit 6d5d859
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
lesson() {
return this.lessonMap[this.$route.params.lessonId];
},
exercise() {
return this.contentMap[this.$route.params.exerciseId];
},
group() {
return this.$route.params.groupId && this.groupMap[this.$route.params.groupId];
},
Expand Down

0 comments on commit 6d5d859

Please sign in to comment.