Fix space
This commit is contained in:
		
							parent
							
								
									ba6fedc430
								
							
						
					
					
						commit
						c45111333d
					
				@ -20,8 +20,7 @@
 | 
				
			|||||||
  <ng-template [ngIf]="(network === 'liquid' || network === 'liquidtestnet') && (satoshis === undefined || satoshis === null)" [ngIfElse]="default">
 | 
					  <ng-template [ngIf]="(network === 'liquid' || network === 'liquidtestnet') && (satoshis === undefined || satoshis === null)" [ngIfElse]="default">
 | 
				
			||||||
    <span i18n="shared.confidential">Confidential</span>
 | 
					    <span i18n="shared.confidential">Confidential</span>
 | 
				
			||||||
  </ng-template>
 | 
					  </ng-template>
 | 
				
			||||||
  <ng-template #default>
 | 
					  <ng-template #default>‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis / 100000000 | number : digitsInfo }}
 | 
				
			||||||
    ‎{{ addPlus && satoshis >= 0 ? '+' : '' }}{{ satoshis / 100000000 | number : digitsInfo }}
 | 
					 | 
				
			||||||
    <span class="symbol"><ng-template [ngIf]="network === 'liquid' && !forceBtc">L-</ng-template>
 | 
					    <span class="symbol"><ng-template [ngIf]="network === 'liquid' && !forceBtc">L-</ng-template>
 | 
				
			||||||
    <ng-template [ngIf]="network === 'liquidtestnet'">tL-</ng-template>
 | 
					    <ng-template [ngIf]="network === 'liquidtestnet'">tL-</ng-template>
 | 
				
			||||||
    <ng-template [ngIf]="network === 'testnet'">t</ng-template>
 | 
					    <ng-template [ngIf]="network === 'testnet'">t</ng-template>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user