Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
neillrobson committed Jun 14, 2024
1 parent abc6317 commit b101466
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/sidebar/NavSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ export default {
type: Boolean,
default: false
}
},
computed: {
id() {
return this.title.toLowerCase().replace(/\s+/g, '-');
}
}
};
</script>
Expand Down

0 comments on commit b101466

Please sign in to comment.