diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 1d7bad2..6455c30 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -283,7 +283,7 @@ export function VirtualMachines() { headers: { "Content-Type": "application/json", }, - body: JSON.JSON.stringify({ action }), + body: JSON.stringify({ action }), }) if (response.ok) { @@ -807,10 +807,10 @@ export function VirtualMachines() { <>