From 94a84167ae92d17160b42064e23bcbd4222edb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Koval=C4=8D=C3=ADn?= Date: Tue, 11 Nov 2025 13:54:46 +0100 Subject: [PATCH] bug fix --- apps/frontend/src/app/dashboard/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/app/dashboard/page.tsx b/apps/frontend/src/app/dashboard/page.tsx index 1467a74..8f4720c 100644 --- a/apps/frontend/src/app/dashboard/page.tsx +++ b/apps/frontend/src/app/dashboard/page.tsx @@ -290,7 +290,7 @@ export default function DashboardPage() { - {activity.venue.name}, {activity.venue.city} + {activity.locationName || activity.location}
@@ -341,7 +341,7 @@ export default function DashboardPage() { - {activity.venue.name}, {activity.venue.city} + {activity.locationName || activity.location}