Merge pull request #4780 from mempool/mononaut/fix-acc-pool-fees
Fix pool page accelerator fees
This commit is contained in:
		
						commit
						c78a14c5fd
					
				| @ -134,6 +134,24 @@ | ||||
|                 </td> | ||||
|               </tr> | ||||
| 
 | ||||
|               <!-- Bid Boost --> | ||||
|               <tr [class.taller-row]="!isMobile()" *ngIf="(oobFees$ | async) as oob;"> | ||||
|                 <td [class.data]="!isMobile()" [attr.colspan]="isMobile() ? 2 : 1"> | ||||
|                   <table class="table table-xs table-data"> | ||||
|                     <thead> | ||||
|                       <tr> | ||||
|                         <th scope="col" class="data-title text-center" style="width: 33%" i18n="1w">Out-of-band Fees (1w)</th> | ||||
|                         <th scope="col" class="data-title text-center" style="width: 33%" i18n="1m">1m</th> | ||||
|                         <th scope="col" class="data-title text-center" style="width: 33%" i18n="all">All</th> | ||||
|                       </tr> | ||||
|                     </thead> | ||||
|                     <tbody> | ||||
|                       <td *ngFor="let total of oob" class="text-center"><app-amount [satoshis]="total.cost"></app-amount></td> | ||||
|                     </tbody> | ||||
|                   </table> | ||||
|                 </td> | ||||
|               </tr> | ||||
| 
 | ||||
|             </tbody> | ||||
|           </table> | ||||
|         </div> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user