fix: lint

This commit is contained in:
Calum 2025-07-13 15:09:56 +01:00
parent 2f1627c000
commit 4934fb1e0d

View File

@ -205,7 +205,6 @@ const categoryLists = computed(() => {
return lists; return lists;
}); });
// Warning computeds based on the nags
const tooManyTagsWarning = computed(() => { const tooManyTagsWarning = computed(() => {
const tagCount = selectedTags.value.length; const tagCount = selectedTags.value.length;
if (tagCount > 5) { if (tagCount > 5) {