Merge pull request #5107 from mempool/mononaut/acceleration-piechart-hotfix
Hotfix for acceleration pie chart section logic
This commit is contained in:
commit
e281684ca4
@ -419,7 +419,7 @@
|
|||||||
<ng-template #detailsRight>
|
<ng-template #detailsRight>
|
||||||
<ng-container *ngTemplateOutlet="feeRow"></ng-container>
|
<ng-container *ngTemplateOutlet="feeRow"></ng-container>
|
||||||
<ng-container *ngTemplateOutlet="feeRateRow"></ng-container>
|
<ng-container *ngTemplateOutlet="feeRateRow"></ng-container>
|
||||||
@if (!isLoadingTx && !tx?.status?.confirmed && ((cpfpInfo && hasEffectiveFeeRate) || accelerationInfo)) {
|
@if (!isLoadingTx && !tx?.status?.confirmed && isAcceleration && ((cpfpInfo && hasEffectiveFeeRate) || accelerationInfo)) {
|
||||||
<ng-container *ngTemplateOutlet="acceleratingRow"></ng-container>
|
<ng-container *ngTemplateOutlet="acceleratingRow"></ng-container>
|
||||||
} @else {
|
} @else {
|
||||||
<ng-container *ngTemplateOutlet="effectiveRateRow"></ng-container>
|
<ng-container *ngTemplateOutlet="effectiveRateRow"></ng-container>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user