diff --git a/frontend/client/components/ContributionModal/PaymentInfo.tsx b/frontend/client/components/ContributionModal/PaymentInfo.tsx index f7731951..8a2acb55 100644 --- a/frontend/client/components/ContributionModal/PaymentInfo.tsx +++ b/frontend/client/components/ContributionModal/PaymentInfo.tsx @@ -47,13 +47,11 @@ export default class PaymentInfo extends React.Component { return (
- {text || ( - <> - Thank you for contributing! Just send using whichever method works best for - you, and we'll let you know when your contribution has been confirmed. - - )} - {/* TODO: Help / FAQ page for sending */} Need help sending? Click here. + {text || + ` + Thank you for contributing! Just send using whichever method works best for + you, and we'll let you know when your contribution has been confirmed. + `}