From df528ab8c4787d931b14a123c54d0cbabbf29068 Mon Sep 17 00:00:00 2001 From: m-vuk Date: Sun, 15 Sep 2024 20:15:20 +0200 Subject: [PATCH] [#560] fix cityname --- frontend/app/(dashboard)/[city]/layout.tsx | 2 +- frontend/app/(dashboard)/[city]/page.tsx | 1 - frontend/app/components/BreadCrumb.tsx | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/app/(dashboard)/[city]/layout.tsx b/frontend/app/(dashboard)/[city]/layout.tsx index bafba62f..1c2fdc55 100644 --- a/frontend/app/(dashboard)/[city]/layout.tsx +++ b/frontend/app/(dashboard)/[city]/layout.tsx @@ -19,7 +19,7 @@ export default async function DashboardLayout({ return (
- + {children}