diff --git a/components/neroshitron/tag_selector.tsx b/components/neroshitron/tag_selector.tsx index 8d234e0..b41e3e2 100644 --- a/components/neroshitron/tag_selector.tsx +++ b/components/neroshitron/tag_selector.tsx @@ -50,12 +50,6 @@ const TagSelector = forwardRef ( (tagSearch === '' || tag.name.toLowerCase().includes(tagSearch.toLowerCase())) && // Updated condition handleTag(tag)} /> - ))}{props.tagsInput.map((tag: any) => ( - (tagSearch === '' || tag.name.toLowerCase().includes(tagSearch.toLowerCase())) && // Updated condition - handleTag(tag)} /> - ))}{props.tagsInput.map((tag: any) => ( - (tagSearch === '' || tag.name.toLowerCase().includes(tagSearch.toLowerCase())) && // Updated condition - handleTag(tag)} /> ))}