From 6f46083a90007970cca46a223873eecda0a03845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Tue, 16 Jun 2026 21:10:30 +0300 Subject: [PATCH] Fix fade in clsoing of performer card --- src/pages/Archive.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/pages/Archive.tsx b/src/pages/Archive.tsx index d02b239..49520e9 100644 --- a/src/pages/Archive.tsx +++ b/src/pages/Archive.tsx @@ -79,7 +79,7 @@ const Archive = () => {
@@ -109,18 +109,15 @@ const Archive = () => {
- {p.showDesc ? ( -
- {p.paragraphs.map((parag, index) => ( -

{parag.toString()}

- ))} -
- ) : ( - - )} +
+ {p.paragraphs.map((parag, index) => ( +

{parag.toString()}

+ ))} +