diff --git a/components/PlayedStatus.tsx b/components/PlayedStatus.tsx
index fa706625..51451d9c 100644
--- a/components/PlayedStatus.tsx
+++ b/components/PlayedStatus.tsx
@@ -48,7 +48,7 @@ export const PlayedStatus: React.FC<{ item: BaseItemDto }> = ({ item }) => {
}}
>
-
+
) : (
@@ -64,7 +64,7 @@ export const PlayedStatus: React.FC<{ item: BaseItemDto }> = ({ item }) => {
}}
>
-
+
)}