From 2bcb634b5ddd8dfffafde6bbc443503ea7c61b0f Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 11 Sep 2024 17:51:50 +0100 Subject: Add missing semicolon --- thallium-frontend/src/components/CartStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thallium-frontend/src/components/CartStatus.tsx') diff --git a/thallium-frontend/src/components/CartStatus.tsx b/thallium-frontend/src/components/CartStatus.tsx index d528a87..e5a4265 100644 --- a/thallium-frontend/src/components/CartStatus.tsx +++ b/thallium-frontend/src/components/CartStatus.tsx @@ -27,7 +27,7 @@ const DetailsSpan = styled.span` color: ${(props) => props.theme.accent}; font-weight: bold; font-size: 1.1em; -` +`; const CartStatus = () => { const cart = useSelector((state: RootState) => state.cart); -- cgit v1.2.3