Skip to content

Commit 911748f

Browse files
committed
Prettier
1 parent 466783f commit 911748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/Cart.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { AppContext } from 'utils/context/AppContext';
99
* Currently only displays a sample cart.
1010
* Displays amount of items in cart.
1111
*/
12-
const Cart = () => {
12+
const Cart = () => {
1313
const [cart, setCart] = useContext(AppContext);
1414

1515
const productsCount =

0 commit comments

Comments
 (0)