From 61b6152e8915c99585b944756a61d33b8c8a0307 Mon Sep 17 00:00:00 2001 From: sct Date: Tue, 13 Oct 2020 10:57:22 +0000 Subject: [PATCH] fix(frontend): remove requestId from tilecard request modal component --- src/components/TitleCard/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index d90de4960..9c1af2fc0 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -48,7 +48,6 @@ const TitleCard: React.FC = ({ tmdbId={id} show={showRequestModal} type={mediaType === 'movie' ? 'movie' : 'tv'} - requestId={requestId} onComplete={(newStatus) => { setCurrentStatus(newStatus); setShowRequestModal(false);