Hotfix for acceleration pie chart section logic

This commit is contained in:
Mononaut 2024-05-28 03:35:41 +00:00
parent 078dc8d9a1
commit 6a915c0b88
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -419,7 +419,7 @@
<ng-template #detailsRight>
<ng-container *ngTemplateOutlet="feeRow"></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>
} @else {
<ng-container *ngTemplateOutlet="effectiveRateRow"></ng-container>