FIX: Linting

This commit is contained in:
Robin Ward 2020-07-07 11:36:45 -04:00
parent a991684943
commit f5e53f8d22
1 changed files with 1 additions and 4 deletions

View File

@ -102,10 +102,7 @@ function initialize(api) {
},
customHref: category => {
if (category) {
return (
getURL(category.url) +
"/l/latest?status=open&assigned=nobody"
);
return getURL(category.url) + "/l/latest?status=open&assigned=nobody";
}
},
forceActive: (category, args, router) => {