Fix lint.
This commit is contained in:
parent
53adbf70f3
commit
70ea153dce
|
@ -105,7 +105,8 @@ const NavItem = Discourse.Model.extend({
|
|||
});
|
||||
|
||||
const ExtraNavItem = NavItem.extend({
|
||||
@computed("href") href: href => href,
|
||||
@computed("href")
|
||||
href: href => href,
|
||||
customFilter: null
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue