diff --git a/frontend/app/shows/[id]/page.tsx b/frontend/app/shows/[id]/page.tsx index 3fe4b07..c50576d 100644 --- a/frontend/app/shows/[id]/page.tsx +++ b/frontend/app/shows/[id]/page.tsx @@ -44,6 +44,11 @@ export default async function ShowDetailPage({ params }: { params: Promise<{ id:

{new Date(show.date).toLocaleDateString()} + {show.venue && ( + + - {show.venue.name}, {show.venue.city}, {show.venue.state} + + )}

{show.tags && show.tags.length > 0 && (