Wrap duplicate ngIf into a ng-template
This commit is contained in:
		
							parent
							
								
									6229708dfd
								
							
						
					
					
						commit
						c1fc60e61e
					
				| @ -123,8 +123,10 @@ | ||||
|       (pageChange)="pageChange(page)" [boundaryLinks]="true" [ellipses]="false"> | ||||
|     </ngb-pagination> | ||||
| 
 | ||||
|     <div *ngIf="!widget" class="clearfix"></div> | ||||
|     <br *ngIf="!widget"> | ||||
|     <ng-template [ngIf]="!widget"> | ||||
|       <div class="clearfix"></div> | ||||
|       <br *ngIf="!widget"> | ||||
|     </ng-template> | ||||
|   </div> | ||||
|    | ||||
| </div> | ||||
|  | ||||
| @ -102,6 +102,6 @@ | ||||
|     <a *ngIf="!officialMempoolSpace" [routerLink]="['/tx/push' | relativeUrl]" i18n="shared.broadcast-transaction|Broadcast Transaction">Broadcast Transaction</a> | ||||
|   </div> | ||||
| 
 | ||||
| </div> | ||||
|   <br> | ||||
| 
 | ||||
| <br> | ||||
| </div> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user