fix(web): improve channel and usage log UI

Fixes #5121
This commit is contained in:
CaIon
2026-05-26 20:28:28 +08:00
parent f8add4ca49
commit dc245ae764
21 changed files with 579 additions and 116 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ function formatCurrencyValue(
maximumFractionDigits: digits,
}).format(adjustedValue)
return `${meta.symbol}${decimal}`
return `${meta.symbol} ${decimal}`
}
/**