aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/pages/CheckoutPage.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-09-11 17:51:50 +0100
committerGravatar Joe Banks <[email protected]>2024-09-11 17:52:12 +0100
commit2bcb634b5ddd8dfffafde6bbc443503ea7c61b0f (patch)
tree5ec0e30043ffff8268742b61e8ecd7befe7743d6 /thallium-frontend/src/pages/CheckoutPage.tsx
parentAdd route for checkout page (diff)
Add missing semicolon
Diffstat (limited to 'thallium-frontend/src/pages/CheckoutPage.tsx')
-rw-r--r--thallium-frontend/src/pages/CheckoutPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/pages/CheckoutPage.tsx b/thallium-frontend/src/pages/CheckoutPage.tsx
index ae73009..4206360 100644
--- a/thallium-frontend/src/pages/CheckoutPage.tsx
+++ b/thallium-frontend/src/pages/CheckoutPage.tsx
@@ -15,7 +15,7 @@ const CheckoutPage = () => {
{/* TODO */}
Not yet implemented.
</Card>
- </MaxWidthContainer>
+ </MaxWidthContainer>;
};
export default CheckoutPage;