fix: Consolodate full screen loaders in to one component

This commit is contained in:
Bouncey
2019-02-26 12:00:36 +00:00
committed by Valeriy
parent 41ffe5a7e4
commit f4528ad0ff
11 changed files with 249 additions and 31 deletions

View File

@@ -70,11 +70,7 @@ function Welcome({
activeDonations
}) {
if (pending && !complete) {
return (
<div className='loader-wrapper'>
<Loader />
</div>
);
return <Loader fullScreen={true} />;
}
if (!isSignedIn) {