case 4597

This commit is contained in:
2024-05-13 23:10:34 +00:00
parent 973d262e74
commit 4cc125aae7
4 changed files with 17 additions and 2 deletions

View File

@@ -236,8 +236,7 @@ function currencyLocalized(ayValue) {
AYMETA.ayClientMetaData.LanguageName || "en-US",
{
style: "currency",
currency: AYMETA.ayClientMetaData.CurrencyName || "USD",
currencyDisplay: 'narrowSymbol'
currency: AYMETA.ayClientMetaData.CurrencyName || "USD"
}
).format(ayValue);
}