From 4573faec4de2c2fda035b1568600e282e90ce91b Mon Sep 17 00:00:00 2001 From: Tariq Jamal A Date: Fri, 18 Apr 2025 17:17:10 +0530 Subject: [PATCH] refactor: make count count dyna,ic in profile --- app/accounts/profile/page.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/accounts/profile/page.jsx b/app/accounts/profile/page.jsx index 5571834..3996b66 100644 --- a/app/accounts/profile/page.jsx +++ b/app/accounts/profile/page.jsx @@ -44,15 +44,15 @@ export default function ProfilePage() {
All Orders{" "}

- {profileData.orders || 0} + {profileData.order_count || 0}

-
+ {/*
Addresses{" "}

{profileData.addresses || 0}

-
+
*/}

Profile information