From b70d46ff955179d24aaa98f45c3bfccc3d2fbd22 Mon Sep 17 00:00:00 2001 From: Unchained Date: Tue, 24 Mar 2026 08:15:45 +0200 Subject: [PATCH] fix: checkout page not passing locale prop to Header/Footer --- src/app/[locale]/checkout/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[locale]/checkout/page.tsx b/src/app/[locale]/checkout/page.tsx index 957b3f3..6b3827a 100644 --- a/src/app/[locale]/checkout/page.tsx +++ b/src/app/[locale]/checkout/page.tsx @@ -212,7 +212,7 @@ export default function CheckoutPage() { return ( <> -
+
@@ -377,7 +377,7 @@ export default function CheckoutPage() {
-
);