diff --git a/remote_frontend/src/widgets/GroupsWidget.tsx b/remote_frontend/src/widgets/GroupsWidget.tsx
index 66aff91..9211f53 100644
--- a/remote_frontend/src/widgets/GroupsWidget.tsx
+++ b/remote_frontend/src/widgets/GroupsWidget.tsx
@@ -123,7 +123,7 @@ function GroupInfo(p: { group: VMGroup }): React.ReactElement {
{item.architecture} • RAM :{" "}
- {filesize(item.memory * 1000 * 1000)} •{" "}
+ {filesize(item.memory)} •{" "}
{item.number_vcpu} vCPU
{state?.[item.uuid] ?? ""}