Browse Source

feat(client): resolve error

pull/6921/head
KenTandrian 4 days ago
parent
commit
7330ad6ee8
  1. 5
      apps/client/src/app/components/home-market/home-market.component.ts

5
apps/client/src/app/components/home-market/home-market.component.ts

@ -73,7 +73,10 @@ export class GfHomeMarketComponent implements OnInit {
permissions.enableFearAndGreedIndex permissions.enableFearAndGreedIndex
); );
if (this.hasPermissionToAccessFearAndGreedIndex) { if (
this.hasPermissionToAccessFearAndGreedIndex &&
this.info.fearAndGreedDataSource
) {
this.dataService this.dataService
.fetchSymbolItem({ .fetchSymbolItem({
dataSource: this.info.fearAndGreedDataSource, dataSource: this.info.fearAndGreedDataSource,

Loading…
Cancel
Save