diff --git a/packages/app/src/components/ViewCollective.tsx b/packages/app/src/components/ViewCollective.tsx
index ff13e62..46d7226 100644
--- a/packages/app/src/components/ViewCollective.tsx
+++ b/packages/app/src/components/ViewCollective.tsx
@@ -139,15 +139,17 @@ const HasDonatedCard = ({
{isDonating ? (
) : (
- {
- navigate(`/donate/${donorCollective.collective}`);
- }}
- />
+
+ {
+ navigate(`/donate/${donorCollective.collective}`);
+ }}
+ />
+
)}