ilya_shyian 2 年之前
父节点
当前提交
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">