diff --git a/src/features/admin/components/DeleteModal.tsx b/src/features/admin/components/DeleteModal.tsx index 94daf440..b9b8f23c 100644 --- a/src/features/admin/components/DeleteModal.tsx +++ b/src/features/admin/components/DeleteModal.tsx @@ -32,16 +32,11 @@ export const DeleteModal = ({ {children} - - diff --git a/src/features/admin/views/tags/index.tsx b/src/features/admin/views/tags/index.tsx index ab843a07..85d314cf 100644 --- a/src/features/admin/views/tags/index.tsx +++ b/src/features/admin/views/tags/index.tsx @@ -82,7 +82,7 @@ const RowActions = ({ id, text }: { id: string; text: string }) => { }); }} > - Czy na pewno chcesz usunąć tag ? + Czy na pewno chcesz usunąć tag ? );