[accelerator] fix spinner loading
This commit is contained in:
		
							parent
							
								
									b5026789d6
								
							
						
					
					
						commit
						55a564a5a8
					
				| @ -103,7 +103,9 @@ export class AcceleratePreviewComponent implements OnDestroy, OnChanges { | |||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   ngAfterViewInit() { |   ngAfterViewInit() { | ||||||
|     this.showSpinner = true; |     if (this.paymentType === 'cashapp') { | ||||||
|  |       this.showSpinner = true; | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|     this.user = this.storageService.getAuth()?.user ?? null; |     this.user = this.storageService.getAuth()?.user ?? null; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user