DEV: Remove duplicate getter from category-section-link (#17705)
This commit is contained in:
parent
0d5bded434
commit
5d6694ac4f
|
@ -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}`;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue