|
|
@ -48,18 +48,18 @@ export class HomePageComponent implements OnDestroy, OnInit { |
|
|
|
label: $localize`Summary`, |
|
|
|
path: ['/home', 'summary'] |
|
|
|
}, |
|
|
|
{ |
|
|
|
iconName: 'bookmark-outline', |
|
|
|
label: $localize`Watchlist`, |
|
|
|
path: ['/home', 'watchlist'] |
|
|
|
}, |
|
|
|
{ |
|
|
|
iconName: 'newspaper-outline', |
|
|
|
label: $localize`Markets`, |
|
|
|
path: ['/home', 'market'] |
|
|
|
}, |
|
|
|
{ |
|
|
|
iconName: 'bookmark-outline', |
|
|
|
label: $localize`Watchlist`, |
|
|
|
path: ['/home', 'watchlist'], |
|
|
|
showCondition: this.user?.settings?.isExperimentalFeatures |
|
|
|
} |
|
|
|
]; |
|
|
|
|
|
|
|
this.user = state.user; |
|
|
|
|
|
|
|
this.changeDetectorRef.markForCheck(); |
|
|
|