From f3a1b9efefeb37074fb114f52961a80e6b65241d Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Thu, 26 Feb 2026 13:40:41 +0500 Subject: [PATCH] fix --- src/app/[locale]/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/about/page.tsx b/src/app/[locale]/about/page.tsx index a7e1af7..bbceec1 100644 --- a/src/app/[locale]/about/page.tsx +++ b/src/app/[locale]/about/page.tsx @@ -26,7 +26,7 @@ interface Props { } export async function generateMetadata({ params }: Props): Promise { - const { locale } = params; + const { locale } = await params; try { const banner = await fetchAboutData();