We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5f52e commit b22bfa4Copy full SHA for b22bfa4
1 file changed
frontend/src/ts/pages/account.ts
@@ -437,7 +437,7 @@ async function fillContent(): Promise<void> {
437
//check if i even need to check tags anymore
438
if (!tagHide) return;
439
//check if tag is valid
440
- if (validTags?.includes(tag)) {
+ if (validTags.includes(tag)) {
441
//tag valid, check if filter is on
442
if (ResultFilters.getFilter("tags", tag)) tagHide = false;
443
} else {
0 commit comments