diff --git a/frontend/dashboard/src/pages/Profile/Index.tsx b/frontend/dashboard/src/pages/Profile/Index.tsx index 2603c796..2a976ae0 100644 --- a/frontend/dashboard/src/pages/Profile/Index.tsx +++ b/frontend/dashboard/src/pages/Profile/Index.tsx @@ -226,93 +226,102 @@ export default function List() { - - - - - - - Profil - - - - - - - - - ID - - {user?.id ? user?.id : '-'} - - - - Nama - - Perdi - - - - Telepon - - 2131231231 - - - - Email - - {user?.email ? user?.email : '-'} - - - - - - - - - - - - Keamanan - - - - - - -
- -
-
-
-
-
- - Logout - -
+ + + + Profil + + + + + + + + + + ID + + {user?.id ? user?.id : '-'} + + + + Nama + + Perdi + + + + + + Telepon + + 2131231231 + + + + Email + + {user?.email ? user?.email : '-'} + + + + + + + + + + + + + + Keamanan + + + + + + +
+ +
+
+
+
+ + + +
+ {/* */}