From 2707f4f8699576dbafaada5a195951f86cdb0b38 Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 4 Jun 2018 12:42:30 +0900 Subject: [PATCH] ing --- @overflow/discovery/component/discovery.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/@overflow/discovery/component/discovery.component.ts b/@overflow/discovery/component/discovery.component.ts index 6541b5f..ec6a70b 100644 --- a/@overflow/discovery/component/discovery.component.ts +++ b/@overflow/discovery/component/discovery.component.ts @@ -34,6 +34,7 @@ export class DiscoveryComponent implements OnDestroy { private discoverySubscriber: DiscoverySubscriber, private store: Store ) { + this.discoverySubscription = null; } ngOnDestroy(): void {