Unsubscribe priceSubscription onDestroy
This commit is contained in:
parent
58f886b337
commit
f9fe096669
@ -471,6 +471,7 @@ export class BlockComponent implements OnInit, OnDestroy {
|
|||||||
this.auditSubscription?.unsubscribe();
|
this.auditSubscription?.unsubscribe();
|
||||||
this.unsubscribeNextBlockSubscriptions();
|
this.unsubscribeNextBlockSubscriptions();
|
||||||
this.childChangeSubscription?.unsubscribe();
|
this.childChangeSubscription?.unsubscribe();
|
||||||
|
this.priceSubscription?.unsubscribe();
|
||||||
}
|
}
|
||||||
|
|
||||||
unsubscribeNextBlockSubscriptions() {
|
unsubscribeNextBlockSubscriptions() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user