ilya_shyian 2 лет назад
Родитель
Сommit
bb9b04e0a6
1 измененных файлов с 1 добавлено и 1 удалено
  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">