From e05b210b29c7ad258de8abf72662925110c06c91 Mon Sep 17 00:00:00 2001 From: Will O'Beirne Date: Tue, 19 Feb 2019 16:56:25 -0500 Subject: [PATCH] Removes non-existent help link. --- .../components/ContributionModal/PaymentInfo.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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. + `}