ilya_shyian 2 years ago
parent
commit
aebc57c521
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/CartPage/index.js

+ 1 - 1
src/components/CartPage/index.js

@@ -45,7 +45,7 @@ export const CartPage = () => {
                                 </Typography>
                             </TableCell>
                             <TableCell>
-                                <Typography textAlign="center">{sum}</Typography>
+                                <Typography textAlign="center">{sum}</Typography>
                             </TableCell>
                             <TableCell></TableCell>
                         </TableRow>