From 5acd231292a350011c6aaea75d6ff9cfbb8c4016 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 4 Apr 2023 20:41:08 +0900 Subject: [PATCH] Make play button for series work --- front/packages/ui/src/details/show.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/packages/ui/src/details/show.tsx b/front/packages/ui/src/details/show.tsx index 572651fa..f1d7ba89 100644 --- a/front/packages/ui/src/details/show.tsx +++ b/front/packages/ui/src/details/show.tsx @@ -71,7 +71,8 @@ export const ShowDetails: QueryPage<{ slug: string; season: string }> = ({ slug, props, )} > -
+ {/* TODO: Remove the slug quickfix for the play button */} +
{/* */}