diff --git a/frontend/client-portal/src/sections/alarm-center/user-profile/CardPersonalInformation.tsx b/frontend/client-portal/src/sections/alarm-center/user-profile/CardPersonalInformation.tsx index 93240d28..693a9f15 100644 --- a/frontend/client-portal/src/sections/alarm-center/user-profile/CardPersonalInformation.tsx +++ b/frontend/client-portal/src/sections/alarm-center/user-profile/CardPersonalInformation.tsx @@ -132,43 +132,35 @@ export default function CardPersonalInformation({ data }) { */} {/* Stack 2 */} - -
- user-profile - - - -
- - - Full Name - {data?.name} - - - Weight - {data?.last_weight_kg} kg - - - Height - {data?.last_height_cm} cm - + + {/* Stack 2.1 */} + + {/*Informasi Dasar*/} + + + + user-profile + + + Full Name + {data?.name} + + + + Weight + {data?.last_weight_kg} kg + + + Height + {data?.last_height_cm} cm + + {/* Stack 3 */}