ilya_shyian hace 2 años
padre
commit
bb9b04e0a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">