We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238f907 commit b7379c8Copy full SHA for b7379c8
src/Donations/Components/DonationsForm.tsx
@@ -109,6 +109,7 @@ function DonationsForm(): ReactElement {
109
projectDetails !== null &&
110
projectDetails.purpose !== "funds" &&
111
projectDetails.purpose !== "planet-cash" &&
112
+ !(projectDetails.purpose === "trees" && paymentSetup?.unitType === "m2") && //Disables planetcash for restoration projects with unitType m2 (TEMP)
113
profile !== null &&
114
isSignedUp &&
115
profile.planetCash !== null &&
0 commit comments