Merge pull request #3600 from mempool/mononaut/fix-unfurl-cpfp-badge
Fix unfurl cpfp badge
This commit is contained in:
		
						commit
						3841d1e7b8
					
				| @ -8,10 +8,7 @@ | |||||||
|     </div> |     </div> | ||||||
|     <div *ngIf="network !== 'liquid' && network !== 'liquidtestnet'" class="features"> |     <div *ngIf="network !== 'liquid' && network !== 'liquidtestnet'" class="features"> | ||||||
|       <app-tx-features [tx]="tx"></app-tx-features> |       <app-tx-features [tx]="tx"></app-tx-features> | ||||||
|       <span *ngIf="cpfpInfo && (cpfpInfo.bestDescendant || cpfpInfo.descendants.length)" class="badge badge-primary mr-1"> |       <span *ngIf="cpfpInfo && (cpfpInfo?.bestDescendant || cpfpInfo?.descendants?.length || cpfpInfo?.ancestors?.length)" class="badge badge-primary ml-1 mr-1"> | ||||||
|         CPFP |  | ||||||
|       </span> |  | ||||||
|       <span *ngIf="cpfpInfo && !cpfpInfo.bestDescendant && !cpfpInfo.descendants.length && cpfpInfo.ancestors.length" class="badge badge-info mr-1"> |  | ||||||
|         CPFP |         CPFP | ||||||
|       </span> |       </span> | ||||||
|     </div> |     </div> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user