From fd31b461ceb50782cf44e7e6301b1828f9e89a32 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:59:27 +0000 Subject: [PATCH] Update content.tsx --- components/dashboard/content.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/components/dashboard/content.tsx b/components/dashboard/content.tsx index 41988e5..d16f138 100644 --- a/components/dashboard/content.tsx +++ b/components/dashboard/content.tsx @@ -131,23 +131,17 @@ export default function Content({ username, orderStats }: ContentProps) {
{product.image ? ( - {product.name} + {product.name} ) : ( )}

{product.name}

-

- ${product.price.toLocaleString('en-US', { minimumFractionDigits: 2 })} -

{product.count} sold

-

- ${product.revenue?.toLocaleString('en-US', { minimumFractionDigits: 2 }) || '-'} -

))}