Vendored
+1
-1
@@ -292,7 +292,7 @@ function formatCurrencyValue(
|
||||
maximumFractionDigits: digits,
|
||||
}).format(adjustedValue)
|
||||
|
||||
return `${meta.symbol}${decimal}`
|
||||
return `${meta.symbol} ${decimal}`
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user