Removed wrong initialization

This commit is contained in:
Giuseppe Digilio
2019-03-27 16:04:00 +01:00
parent 237100a9cf
commit 96bb4e9bb4
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export class MyDSpacePageComponent implements OnInit {
/**
* The current relevant scopes
*/
scopeListRD$: Observable<DSpaceObject[]> = new BehaviorSubject([]);
scopeListRD$: Observable<DSpaceObject[]>;
/**
* Emits true if were on a small screen

View File

@@ -53,7 +53,7 @@ export class SearchPageComponent implements OnInit {
/**
* The current relevant scopes
*/
scopeListRD$: Observable<DSpaceObject[]> = new BehaviorSubject([]);
scopeListRD$: Observable<DSpaceObject[]>;
/**
* Emits true if were on a small screen