diff --git a/packages/app/src/components/ViewCollective.tsx b/packages/app/src/components/ViewCollective.tsx
index 9f69f67..ff13e62 100644
--- a/packages/app/src/components/ViewCollective.tsx
+++ b/packages/app/src/components/ViewCollective.tsx
@@ -104,12 +104,12 @@ const HasDonatedCard = ({
/>
= {donationsUsdValue || 0} USD
- {isDonating && (
+ {isDonating ? (
Donation Streaming Rate
G$ {formatFlowRate(donorCollective.flowRate)} / Monthly
- )}
+ ) : null}
{/* Stream Rate */}