diff options
Diffstat (limited to 'client/src/app/header/suggestions.component.ts')
-rw-r--r-- | client/src/app/header/suggestions.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/header/suggestions.component.ts b/client/src/app/header/suggestions.component.ts index 122c09388..fac7fe2f9 100644 --- a/client/src/app/header/suggestions.component.ts +++ b/client/src/app/header/suggestions.component.ts | |||
@@ -19,7 +19,6 @@ export class SuggestionsComponent implements AfterViewInit { | |||
19 | @Output() init = new EventEmitter() | 19 | @Output() init = new EventEmitter() |
20 | 20 | ||
21 | ngAfterViewInit () { | 21 | ngAfterViewInit () { |
22 | this.init.emit({ items: this.listItems }) | ||
23 | this.listItems.changes.subscribe( | 22 | this.listItems.changes.subscribe( |
24 | val => this.init.emit({ items: this.listItems }) | 23 | val => this.init.emit({ items: this.listItems }) |
25 | ) | 24 | ) |