Skip to content

Commit 8f5f52e

Browse files
committed
pointless
1 parent 18e2e9b commit 8f5f52e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/ts/pages/account.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,6 @@ async function fillContent(): Promise<void> {
433433
//tags exist
434434
const validTags = getTags().map((t) => t._id);
435435

436-
if (validTags === undefined) return;
437-
438436
result.tags.forEach((tag) => {
439437
//check if i even need to check tags anymore
440438
if (!tagHide) return;

0 commit comments

Comments
 (0)