diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx
index 2534ceb..31a67dc 100644
--- a/frontend/src/pages/Profile.tsx
+++ b/frontend/src/pages/Profile.tsx
@@ -52,7 +52,7 @@ const Profile = () => {
👤 Twój profil
-
+
{editMode ? (
{
-
+
{editMode ? (
{
-
+
{user.role}
@@ -103,27 +103,25 @@ const Profile = () => {
) : (
+
+
+
- )}
- {!editMode && (
-
-
-
)}