-
-
Selected
- {all_tags.filter((tag) => selectedTagIds.includes(tag.index)).map((tag) => (
-
- ))}
-
-
-
Categories
- {tags.filter((tag) => !selectedTagIds.includes(tag.index)).map((tag) => (
-
- ))}
-
-
-
Suggested Tags ({suggestedTagIds.filter((tag) => !selectedTagIds.includes(tag)).length})
- {all_tags.filter((tag) => suggestedTagIds.includes(tag.index)).filter((tag) => !selectedTagIds.includes(tag.index)).map((tag) => (
-
- ))}
-
-