ilya_shyian il y a 2 ans
Parent
commit
bb9b04e0a6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/common/DrawerCart/DrawerCartItem.js

+ 1 - 1
src/components/common/DrawerCart/DrawerCartItem.js

@@ -43,7 +43,7 @@ const DrawerCartItem = ({ order, onDeleteClick }) => {
                         {name}
                     </Typography>
                     <Typography variant="subtitle1" color="text.secondary" component="div">
-                        {price ₴
+                        {price}
                     </Typography>
                 </CardContent>
                 <Box className="buttons">