mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
reviews graph needs numbers in local locale
This commit is contained in:
parent
365e584db8
commit
9fe9c7115b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export function renderReviews(
|
|||
if (Math.round(n) != n) {
|
||||
return "";
|
||||
} else {
|
||||
return n.toString();
|
||||
return n.toLocaleString();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue