Skip to content

Commit 9bf88cd

Browse files
committed
Remove temporary placeholder
1 parent 420148e commit 9bf88cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/Cart/Cart.component.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import Link from 'next/link';
44
import { AppContext } from 'utils/context/AppContext';
55

66
/**
7-
* Displays the shopping cart contents.
8-
* Currently only displays a sample cart.
7+
* Displays the shopping cart contents. *
98
* Displays amount of items in cart.
109
*/
1110
const Cart = ({ stickyNav }) => {

0 commit comments

Comments
 (0)