reviews graph needs numbers in local locale
This commit is contained in:
parent
365e584db8
commit
9fe9c7115b
@ -165,7 +165,7 @@ export function renderReviews(
|
||||
if (Math.round(n) != n) {
|
||||
return "";
|
||||
} else {
|
||||
return n.toString();
|
||||
return n.toLocaleString();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user