From 50f06dabbffc693f0843584a64d1d96e77982820 Mon Sep 17 00:00:00 2001 From: Danshil Kokil Mungur Date: Mon, 20 Feb 2023 05:54:06 +0400 Subject: [PATCH] fix(ui): hide mini status badge if non-4K media status is unknown (#3346) --- src/components/TitleCard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index be5ad5fa8..e7211234d 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -141,7 +141,7 @@ const TitleCard = ({ : intl.formatMessage(globalMessages.tvshow)} - {currentStatus && ( + {currentStatus && currentStatus !== MediaStatus.UNKNOWN && (