|
|
@ -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, |
|
|
|