From f953fedd8f37ad01e3ce0f7b9909c33f4e2e97b9 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Mon, 7 Aug 2023 09:46:45 +0100 Subject: [PATCH] Updated Tips&Donations portal loading state (#17605) refs https://github.com/TryGhost/Product/issues/3677 - Removed text from the loading state --- apps/portal/src/components/pages/SupportPage.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/portal/src/components/pages/SupportPage.js b/apps/portal/src/components/pages/SupportPage.js index b6964aa9cc..3456fd51b8 100644 --- a/apps/portal/src/components/pages/SupportPage.js +++ b/apps/portal/src/components/pages/SupportPage.js @@ -35,10 +35,8 @@ const SupportPage = () => { }, []); if (isLoading) { - const title = `Loading checkout...`; return (
-

{title}

);