From 4934fb1e0deef0e36ab52c30814cce15b0ce534b Mon Sep 17 00:00:00 2001 From: Calum Date: Sun, 13 Jul 2025 15:09:56 +0100 Subject: [PATCH] fix: lint --- apps/frontend/src/pages/[type]/[id]/settings/tags.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/frontend/src/pages/[type]/[id]/settings/tags.vue b/apps/frontend/src/pages/[type]/[id]/settings/tags.vue index cf4f41e76..138f2c775 100644 --- a/apps/frontend/src/pages/[type]/[id]/settings/tags.vue +++ b/apps/frontend/src/pages/[type]/[id]/settings/tags.vue @@ -205,7 +205,6 @@ const categoryLists = computed(() => { return lists; }); -// Warning computeds based on the nags const tooManyTagsWarning = computed(() => { const tagCount = selectedTags.value.length; if (tagCount > 5) {