From dcc25a02ce1cbd07d01b8894bdc7a04d1aeb5ddc Mon Sep 17 00:00:00 2001 From: ivan-sim Date: Mon, 9 Oct 2023 09:59:46 +0700 Subject: [PATCH] LMSN-191 Update --- .../user-profile/CardPersonalInformation.tsx | 66 ++++++++----------- 1 file changed, 29 insertions(+), 37 deletions(-) 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 */}