From 0ab4c3c36fe2c1ded142b6931111516f7f990a41 Mon Sep 17 00:00:00 2001 From: sct Date: Mon, 4 Jan 2021 15:33:07 +0000 Subject: [PATCH] fix(frontend): only animate titlecard when showDetail is true --- src/components/TitleCard/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/TitleCard/index.tsx b/src/components/TitleCard/index.tsx index 358ceab19..c8588f47c 100644 --- a/src/components/TitleCard/index.tsx +++ b/src/components/TitleCard/index.tsx @@ -76,7 +76,9 @@ const TitleCard: React.FC = ({ onCancel={closeModal} />