DEV: Remove duplicate getter from category-section-link (#17705)

This commit is contained in:
David Taylor 2022-08-02 06:26:36 +01:00 committed by GitHub
parent 0d5bded434
commit 5d6694ac4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ export default class CategorySectionLink {
return this.category.slug;
}
get route() {
return "discovery.latestCategory";
}
get model() {
return `${Category.slugFor(this.category)}/${this.category.id}`;
}