Dodanie grupy dla kanałow tematycznych. Porządki w theme.css
This commit is contained in:
@@ -8,7 +8,7 @@ function formatMoney(amount, currency = "PLN") {
|
||||
if (typeof amount !== "number" || Number.isNaN(amount)) return "";
|
||||
try {
|
||||
return new Intl.NumberFormat("pl-PL", {
|
||||
style: "currency",
|
||||
style: "",
|
||||
currency,
|
||||
maximumFractionDigits: 0,
|
||||
}).format(amount);
|
||||
|
||||
Reference in New Issue
Block a user