Fix cpfp observable error

This commit is contained in:
Mononaut 2023-01-16 12:04:24 -06:00
parent 4a35ab2fd5
commit 02c77d1604

View File

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