From 58c47fe9e598c9157251f8b2f60a4450e302c33e Mon Sep 17 00:00:00 2001 From: Lewis B Date: Thu, 28 Nov 2024 20:17:45 +0900 Subject: [PATCH] Update packages/app/src/components/ViewCollective.tsx --- packages/app/src/components/ViewCollective.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/ViewCollective.tsx b/packages/app/src/components/ViewCollective.tsx index 4da9f6c..9f69f67 100644 --- a/packages/app/src/components/ViewCollective.tsx +++ b/packages/app/src/components/ViewCollective.tsx @@ -119,7 +119,7 @@ const HasDonatedCard = ({ justifyContent={'space-between'} flexGrow={{ xl: 1, base: 0 }} flexDirection={{ xl: 'column', base: 'row' }}> - {isDonating && ( + {isDonating ? ( <> Date Initiated @@ -131,7 +131,7 @@ const HasDonatedCard = ({ {endDate} - )} + ) : null} {/* Buttons */}