Skip to content

Commit b22bfa4

Browse files
committed
remove ?
1 parent 8f5f52e commit b22bfa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/pages/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ async function fillContent(): Promise<void> {
437437
//check if i even need to check tags anymore
438438
if (!tagHide) return;
439439
//check if tag is valid
440-
if (validTags?.includes(tag)) {
440+
if (validTags.includes(tag)) {
441441
//tag valid, check if filter is on
442442
if (ResultFilters.getFilter("tags", tag)) tagHide = false;
443443
} else {

0 commit comments

Comments
 (0)