Remove colon from block overview table
This commit is contained in:
		
							parent
							
								
									215e92d33e
								
							
						
					
					
						commit
						774f7630ce
					
				@ -143,7 +143,7 @@
 | 
				
			|||||||
          </ng-template>
 | 
					          </ng-template>
 | 
				
			||||||
        </tr>
 | 
					        </tr>
 | 
				
			||||||
        <tr *ngIf="network !== 'liquid' && network !== 'liquidtestnet'">
 | 
					        <tr *ngIf="network !== 'liquid' && network !== 'liquidtestnet'">
 | 
				
			||||||
          <td i18n="block.subsidy-and-fees|Total subsidy and fees in a block">Subsidy + fees:</td>
 | 
					          <td i18n="block.subsidy-and-fees|Total subsidy and fees in a block">Subsidy + fees</td>
 | 
				
			||||||
          <td>
 | 
					          <td>
 | 
				
			||||||
            <app-amount [satoshis]="block.extras.reward" digitsInfo="1.2-3" [noFiat]="true"></app-amount>
 | 
					            <app-amount [satoshis]="block.extras.reward" digitsInfo="1.2-3" [noFiat]="true"></app-amount>
 | 
				
			||||||
            <span class="fiat">
 | 
					            <span class="fiat">
 | 
				
			||||||
@ -158,7 +158,7 @@
 | 
				
			|||||||
          <td style="width: 75%;"><span class="skeleton-loader"></span></td>
 | 
					          <td style="width: 75%;"><span class="skeleton-loader"></span></td>
 | 
				
			||||||
        </tr>
 | 
					        </tr>
 | 
				
			||||||
        <tr *ngIf="network !== 'liquid' && network !== 'liquidtestnet'">
 | 
					        <tr *ngIf="network !== 'liquid' && network !== 'liquidtestnet'">
 | 
				
			||||||
          <td i18n="block.subsidy-and-fees|Total subsidy and fees in a block">Subsidy + fees:</td>
 | 
					          <td i18n="block.subsidy-and-fees|Total subsidy and fees in a block">Subsidy + fees</td>
 | 
				
			||||||
          <td><span class="skeleton-loader"></span></td>
 | 
					          <td><span class="skeleton-loader"></span></td>
 | 
				
			||||||
        </tr>
 | 
					        </tr>
 | 
				
			||||||
      </ng-template>
 | 
					      </ng-template>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user