From 1910cb7de2540a96f7c438c8509dfe6eccd37bd5 Mon Sep 17 00:00:00 2001 From: Lewis B Date: Thu, 28 Nov 2024 20:17:54 +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 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 */}