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 + ); };