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 420148e commit 9bf88cdCopy full SHA for 9bf88cd
components/Cart/Cart.component.jsx
@@ -4,8 +4,7 @@ import Link from 'next/link';
4
import { AppContext } from 'utils/context/AppContext';
5
6
/**
7
- * Displays the shopping cart contents.
8
- * Currently only displays a sample cart.
+ * Displays the shopping cart contents. *
9
* Displays amount of items in cart.
10
*/
11
const Cart = ({ stickyNav }) => {
0 commit comments