FIX: Linting
This commit is contained in:
parent
a991684943
commit
f5e53f8d22
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue