Merge branch 'master' into mononaut/non-esplora-inscription-goggles

This commit is contained in:
softsimon 2024-04-05 18:28:01 +09:00 committed by GitHub
commit a99e65ee48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,9 @@ export class AcceleratePreviewComponent implements OnDestroy, OnChanges {
}
ngAfterViewInit() {
this.showSpinner = true;
if (this.paymentType === 'cashapp') {
this.showSpinner = true;
}
this.user = this.storageService.getAuth()?.user ?? null;