diff --git a/amundsen_application/static/js/components/Tags/TagsList/index.tsx b/amundsen_application/static/js/components/Tags/TagsList/index.tsx index bdef78a9f..b450793af 100644 --- a/amundsen_application/static/js/components/Tags/TagsList/index.tsx +++ b/amundsen_application/static/js/components/Tags/TagsList/index.tsx @@ -62,8 +62,8 @@ const TagsListBlock: React.FC = ({ }: TagsListBlockProps) => { return (
- {tags.map((tag, index) => ( - + {tags.map((tag) => ( + ))}
);