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