mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
parent
c28306eb94
commit
5cc3a2276b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ export function renderReviews(
|
|||
|
||||
const yTickFormat = (n: number): string => {
|
||||
if (showTime) {
|
||||
return timeSpan(n / 1000, true, false, TimespanUnit.Hours);
|
||||
return timeSpan(n / 1000, true, true, TimespanUnit.Hours);
|
||||
} else {
|
||||
if (Math.round(n) != n) {
|
||||
return "";
|
||||
|
|
Loading…
Reference in a new issue