const presenterData$ = this.syncDataService
      .getPresenterObject('poll')
      .valueChanges()
      .pipe(filter(a => a !== null));