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 9d040c4 commit 967d66dCopy full SHA for 967d66d
1 file changed
frontend/src/ts/pages/account.ts
@@ -486,12 +486,6 @@ async function fillContent(): Promise<void> {
486
487
if (resultHasAllTags) {
488
tagHide = false;
489
- } else if (
490
- ResultFilters.getFilter("tags", "none") &&
491
- result.tags.length === 0
492
- ) {
493
- // Special case: "none" tag is enabled and result has no tags
494
- tagHide = false;
495
}
496
497
} else if (ResultFilters.getTagsFilterMode() === "exact") {
@@ -517,12 +511,6 @@ async function fillContent(): Promise<void> {
517
511
518
512
if (resultHasExactTags) {
519
513
520
521
522
523
524
525
526
514
527
515
528
516
0 commit comments