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 => { customHref: category => {
if (category) { if (category) {
return ( return getURL(category.url) + "/l/latest?status=open&assigned=nobody";
getURL(category.url) +
"/l/latest?status=open&assigned=nobody"
);
} }
}, },
forceActive: (category, args, router) => { forceActive: (category, args, router) => {