mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
Merge pull request #430 from hydralauncher/fix/game-play-time
fix: remove play time fraction
This commit is contained in:
commit
cdad2f5554
@ -33,7 +33,7 @@ export function HeroPanelPlaytime({
|
||||
|
||||
const numberFormatter = useMemo(() => {
|
||||
return new Intl.NumberFormat(i18n.language, {
|
||||
maximumFractionDigits: 1,
|
||||
maximumFractionDigits: 0,
|
||||
});
|
||||
}, [i18n.language]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user