Skip to content

Commit

Permalink
bugfix: Config button no longer shows if config links are not present
Browse files Browse the repository at this point in the history
PEEK-409
  • Loading branch information
jarrodchesney committed Aug 4, 2019
1 parent a263399 commit 38c990a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peek_mobile/src/app/main-footer/main-footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class MainFooterComponent extends ComponentLifecycleEventEmitter {
.takeUntil(this.onDestroyEvent)
.subscribe(v => this.isEnabled = v);

this.configLinks = footerService.configLinksSnapshot;
footerService.configLinks
.takeUntil(this.onDestroyEvent)
.subscribe(v => this.configLinks = v);
Expand Down

0 comments on commit 38c990a

Please sign in to comment.