We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466783f commit 911748fCopy full SHA for 911748f
components/Cart/Cart.component.jsx
@@ -9,7 +9,7 @@ import { AppContext } from 'utils/context/AppContext';
9
* Currently only displays a sample cart.
10
* Displays amount of items in cart.
11
*/
12
-const Cart = () => {
+const Cart = () => {
13
const [cart, setCart] = useContext(AppContext);
14
15
const productsCount =
0 commit comments