Skip to content

Commit

Permalink
Update packages/app/src/components/ViewCollective.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 authored Nov 28, 2024
1 parent b45aea3 commit 58c47fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/components/ViewCollective.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const HasDonatedCard = ({
justifyContent={'space-between'}
flexGrow={{ xl: 1, base: 0 }}
flexDirection={{ xl: 'column', base: 'row' }}>
{isDonating && (
{isDonating ? (
<>
<VStack>
<Text {...walletCardStyles.description}>Date Initiated</Text>
Expand All @@ -131,7 +131,7 @@ const HasDonatedCard = ({
<Text {...walletCardStyles.text}>{endDate}</Text>
</VStack>
</>
)}
) : null}
</VStack>

{/* Buttons */}
Expand Down

0 comments on commit 58c47fe

Please sign in to comment.