Merge pull request #2955 from mempool/mononaut/fix-missing-cpfp-button

Fix cpfp observable error
This commit is contained in:
softsimon
2023-01-17 01:45:37 +04:00
committed by GitHub

View File

@@ -122,7 +122,11 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
} }
}), }),
delay(2000) delay(2000)
))) )),
catchError(() => {
return of(null);
})
)
), ),
catchError(() => { catchError(() => {
return of(null); return of(null);