From 108c7d908bed1b2b82805dadfce62849ec23e67d Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Fri, 2 Aug 2024 20:59:20 +0500 Subject: [PATCH] fix: release page on mobile --- app/components/ReleasePlayer/ReleasePlayer.tsx | 4 ++-- app/pages/Release.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/ReleasePlayer/ReleasePlayer.tsx b/app/components/ReleasePlayer/ReleasePlayer.tsx index 240e57a..53bfa72 100644 --- a/app/components/ReleasePlayer/ReleasePlayer.tsx +++ b/app/components/ReleasePlayer/ReleasePlayer.tsx @@ -97,7 +97,7 @@ export const ReleasePlayer = (props: { id: number }) => { ) : ( <>
- + {voiceoverInfo.map((voiceover: any) => ( { ))} - + {sourcesInfo.map((source: any) => ( { return data ? (
-
+
{ genres={data.release.genres} />
-
+