|
|
@ -897,10 +897,7 @@ export class DataProviderService implements OnModuleInit { |
|
|
lookupItem.dataProviderInfo.isPremium = false; |
|
|
lookupItem.dataProviderInfo.isPremium = false; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if ( |
|
|
if (lookupItem.assetSubClass === 'CRYPTOCURRENCY') { |
|
|
lookupItem.assetSubClass === 'CRYPTOCURRENCY' && |
|
|
|
|
|
user?.settings?.settings.isExperimentalFeatures |
|
|
|
|
|
) { |
|
|
|
|
|
// Remove DEFAULT_CURRENCY at the end of cryptocurrency names
|
|
|
// Remove DEFAULT_CURRENCY at the end of cryptocurrency names
|
|
|
lookupItem.name = lookupItem.name.replace( |
|
|
lookupItem.name = lookupItem.name.replace( |
|
|
new RegExp(` ${DEFAULT_CURRENCY}$`), |
|
|
new RegExp(` ${DEFAULT_CURRENCY}$`), |
|
|
|