This commit is contained in:
Samandar Turgunboyev
2026-02-26 13:40:41 +05:00
parent 7b00b67746
commit f3a1b9efef

View File

@@ -26,7 +26,7 @@ interface Props {
}
export async function generateMetadata({ params }: Props): Promise<Metadata> {
const { locale } = params;
const { locale } = await params;
try {
const banner = await fetchAboutData();