Skip to content

Commit

Permalink
feat: Changes total cost
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein-Asadi committed Jan 14, 2025
1 parent 74bf06a commit e9e4ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/my-account/MyAccount.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const MyAccount = () => {

return (
<Typography variant="overline" sx={{ fontSize: 14 }} color="text.secondary">
Total: {total} T
Total: <span style={{ textDecoration: "line-through" }}>{total} T</span> 0 T
</Typography>
);
};
Expand Down

0 comments on commit e9e4ff5

Please sign in to comment.