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}