Fix lint.

This commit is contained in:
Guo Xiang Tan 2018-08-01 12:23:36 +08:00
parent 53adbf70f3
commit 70ea153dce
1 changed files with 2 additions and 1 deletions

View File

@ -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
});