update personal code util

This commit is contained in:
2025-09-09 00:09:15 +03:00
parent 5b91ece1ec
commit 3bdc1cfefc
2 changed files with 14 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ const cards = ({
}) => [
{
title: 'dashboard:gender',
description: gender ?? 'dashboard:male',
description: gender ?? '-',
icon: <User />,
iconBg: 'bg-success',
},
@@ -153,7 +153,7 @@ export default function Dashboard({
<>
<div className="xs:grid-cols-2 grid auto-rows-fr gap-3 sm:grid-cols-4 lg:grid-cols-5">
{cards({
gender,
gender: gender.label,
age,
height,
weight,