Hotfix for acceleration pie chart section logic
This commit is contained in:
		
							parent
							
								
									078dc8d9a1
								
							
						
					
					
						commit
						6a915c0b88
					
				| @ -419,7 +419,7 @@ | ||||
| <ng-template #detailsRight> | ||||
|   <ng-container *ngTemplateOutlet="feeRow"></ng-container> | ||||
|   <ng-container *ngTemplateOutlet="feeRateRow"></ng-container> | ||||
|   @if (!isLoadingTx && !tx?.status?.confirmed && ((cpfpInfo && hasEffectiveFeeRate) || accelerationInfo)) { | ||||
|   @if (!isLoadingTx && !tx?.status?.confirmed && isAcceleration && ((cpfpInfo && hasEffectiveFeeRate) || accelerationInfo)) { | ||||
|     <ng-container *ngTemplateOutlet="acceleratingRow"></ng-container> | ||||
|   } @else { | ||||
|     <ng-container *ngTemplateOutlet="effectiveRateRow"></ng-container> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user