mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge pull request #430 from hydralauncher/fix/game-play-time
fix: remove play time fraction
This commit is contained in:
commit
cdad2f5554
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
Reference in a new issue