update personal code util
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user