From 65838034b64d78b6a32a332cd474dc390983ef7d Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 14 Aug 2024 08:59:25 +0200 Subject: [PATCH] fix: design --- components/PlayedStatus.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) => { }} > - + )}