diff --git a/src/widgets/romm/component.jsx b/src/widgets/romm/component.jsx index f8e29812e..5b36922ea 100644 --- a/src/widgets/romm/component.jsx +++ b/src/widgets/romm/component.jsx @@ -23,7 +23,7 @@ export default function Component({ service }) { } if (response) { - const totalFilesizeGB = (response.FILESIZE / (1024 ** 3)).toFixed(2); + const totalFilesizeGB = (response.FILESIZE / 1024 ** 3).toFixed(2); return (