mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated Tips&Donations portal loading state (#17605)
refs https://github.com/TryGhost/Product/issues/3677 - Removed text from the loading state
This commit is contained in:
parent
2459d70048
commit
f953fedd8f
1 changed files with 0 additions and 2 deletions
|
@ -35,10 +35,8 @@ const SupportPage = () => {
|
|||
}, []);
|
||||
|
||||
if (isLoading) {
|
||||
const title = `Loading checkout...`;
|
||||
return (
|
||||
<div>
|
||||
<h1 style={{textAlign: 'center'}}>{title}</h1>
|
||||
<LoadingPage />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue