diff --git a/frontend/app/performances/[id]/page.tsx b/frontend/app/performances/[id]/page.tsx
index 4f0d10e..08c91bc 100644
--- a/frontend/app/performances/[id]/page.tsx
+++ b/frontend/app/performances/[id]/page.tsx
@@ -142,26 +142,26 @@ export default async function PerformanceDetailPage({ params }: { params: Promis
- {/* Video Section - Show when performance has a video */}
- {performance.youtube_link && (
-