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
commit c46464b57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);