diff --git a/frontend/src/pages/tags/NicoTagListPage.tsx b/frontend/src/pages/tags/NicoTagListPage.tsx index b9959d8..a178a71 100644 --- a/frontend/src/pages/tags/NicoTagListPage.tsx +++ b/frontend/src/pages/tags/NicoTagListPage.tsx @@ -124,7 +124,10 @@ export default ({ user }: Props) => { {memberFlg && ( - handleEdit (tag.id)}> + { + ev.preventDefault () + handleEdit (tag.id) + }}> {editing[tag.id] ? 更新 : 編輯}