From eecb4b55266e92a70029f5401f1abcb3fb576ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 27 May 2024 09:57:21 +0200 Subject: [PATCH] fix: add lang for sidebar --- app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx b/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx index adbde5d25..2759874ed 100644 --- a/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx +++ b/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx @@ -15,7 +15,7 @@ export default async function ContentTypePage({ }: PageArgs) { switch (params.contentType) { case "loyalty-page": - return + return case "content-page": return default: