diff --git a/frontend/sac-mobile/app/(auth)/_components/tag-form.tsx b/frontend/sac-mobile/app/(auth)/_components/tag-form.tsx index 8de29b96f..80ab41329 100644 --- a/frontend/sac-mobile/app/(auth)/_components/tag-form.tsx +++ b/frontend/sac-mobile/app/(auth)/_components/tag-form.tsx @@ -82,7 +82,7 @@ const TagForm = () => { return ( <> - {categoriesMenu.map((category) => ( + {categoriesMenu.map((category, key) => (