mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: remove play time fraction
This commit is contained in:
parent
7e321ea9d1
commit
b0bf42f754
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export function HeroPanelPlaytime({
|
|||
|
||||
const numberFormatter = useMemo(() => {
|
||||
return new Intl.NumberFormat(i18n.language, {
|
||||
maximumFractionDigits: 1,
|
||||
maximumFractionDigits: 0,
|
||||
});
|
||||
}, [i18n.language]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue