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 */}