build
This commit is contained in:
@@ -169,7 +169,7 @@ class DataSettings {
|
||||
item.id,
|
||||
item.key,
|
||||
item.type === "decimal"
|
||||
? addThousandSeparators(item.value, 0)
|
||||
? addThousandSeparators(item.value)
|
||||
: item.value,
|
||||
item.created_at,
|
||||
item.id,
|
||||
|
||||
Reference in New Issue
Block a user