Merge pull request #2955 from mempool/mononaut/fix-missing-cpfp-button
Fix cpfp observable error
This commit is contained in:
commit
c46464b57b
@ -122,7 +122,11 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||
}
|
||||
}),
|
||||
delay(2000)
|
||||
)))
|
||||
)),
|
||||
catchError(() => {
|
||||
return of(null);
|
||||
})
|
||||
)
|
||||
),
|
||||
catchError(() => {
|
||||
return of(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user