From ff3f7fe4679af889732ec75d274cfb4c3caed780 Mon Sep 17 00:00:00 2001 From: alireza Date: Wed, 15 Jan 2025 03:00:50 +0330 Subject: [PATCH] something --- frontend/src/pages/my-account/MyAccount.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/my-account/MyAccount.jsx b/frontend/src/pages/my-account/MyAccount.jsx index e387232..35474dd 100644 --- a/frontend/src/pages/my-account/MyAccount.jsx +++ b/frontend/src/pages/my-account/MyAccount.jsx @@ -145,7 +145,10 @@ const MyAccount = () => { return ( - Total: {total !== 0 && {total} T} 0 T + + Total: {total !== 0 && {total}T}{' '} + 0T + ); };