mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
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
Block a user