From 38160d6dd73442085f8ce4314b5ddf166465da81 Mon Sep 17 00:00:00 2001 From: mrugesh <1884376+raisedadead@users.noreply.github.com> Date: Fri, 13 Dec 2019 16:05:59 +0530 Subject: [PATCH] fix(donate): update message on the success (#37917) --- client/src/components/Donation/components/DonateCompletion.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/components/Donation/components/DonateCompletion.js b/client/src/components/Donation/components/DonateCompletion.js index 9637d423d8..93a1695a6d 100644 --- a/client/src/components/Donation/components/DonateCompletion.js +++ b/client/src/components/Donation/components/DonateCompletion.js @@ -40,10 +40,6 @@ function DonateCompletion({ processing, reset, success, error = null }) { Your donation will support free technology education for people all over the world.
-- You can update your supporter status at any time from the 'manage - your existing donation' section below on this page. -
)} {error &&{error}
}