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 58c47fe commit 1910cb7
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 @@ -104,12 +104,12 @@ const HasDonatedCard = ({
/>
</VStack>
<Text style={walletCardStyles.formattedUsd}>= {donationsUsdValue || 0} USD</Text>
{isDonating && (
{isDonating ? (
<VStack space={1} marginTop={4}>
<Text {...walletCardStyles.description}>Donation Streaming Rate</Text>
<Text {...walletCardStyles.text}>G$ {formatFlowRate(donorCollective.flowRate)} / Monthly</Text>
</VStack>
)}
) : null}
</VStack>
{/* Stream Rate */}

Expand Down

0 comments on commit 1910cb7

Please sign in to comment.