mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix lint.
This commit is contained in:
parent
53adbf70f3
commit
70ea153dce
@ -105,7 +105,8 @@ const NavItem = Discourse.Model.extend({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const ExtraNavItem = NavItem.extend({
|
const ExtraNavItem = NavItem.extend({
|
||||||
@computed("href") href: href => href,
|
@computed("href")
|
||||||
|
href: href => href,
|
||||||
customFilter: null
|
customFilter: null
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user