diff --git a/src/components/EditGroup/index.tsx b/src/components/EditGroup/index.tsx index b350330..f4b3fec 100644 --- a/src/components/EditGroup/index.tsx +++ b/src/components/EditGroup/index.tsx @@ -64,7 +64,10 @@ export const EditGroup = ({ group }: Props) => { {t("EditGroup.button")} - + event.preventDefault()} + > {t("EditGroup.title")} diff --git a/src/components/EditItem/index.tsx b/src/components/EditItem/index.tsx index e3dbc99..61ccc1a 100644 --- a/src/components/EditItem/index.tsx +++ b/src/components/EditItem/index.tsx @@ -58,7 +58,10 @@ export const EditItem = ({ item }: Props) => { {t("EditItem.button")} - + event.preventDefault()} + > {t("EditItem.title")} diff --git a/src/components/EditWishlist/index.tsx b/src/components/EditWishlist/index.tsx index 67c281e..9137987 100644 --- a/src/components/EditWishlist/index.tsx +++ b/src/components/EditWishlist/index.tsx @@ -69,7 +69,10 @@ export const EditWishlist = ({ wishlist, groups }: Props) => { {t("EditWishlist.button")} - + event.preventDefault()} + > {t("EditWishlist.title")}