From e9e4ff596fe3767aae506f176e5868ab45f75053 Mon Sep 17 00:00:00 2001 From: Hossein-Asadi Date: Wed, 15 Jan 2025 01:45:30 +0330 Subject: [PATCH] feat: Changes total cost --- frontend/src/pages/my-account/MyAccount.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/my-account/MyAccount.jsx b/frontend/src/pages/my-account/MyAccount.jsx index eda52de..7ac1c5d 100644 --- a/frontend/src/pages/my-account/MyAccount.jsx +++ b/frontend/src/pages/my-account/MyAccount.jsx @@ -145,7 +145,7 @@ const MyAccount = () => { return ( - Total: {total} T + Total: {total} T 0 T ); };