diff --git a/src/pages/vm.tsx b/src/pages/vm.tsx index 06213d0..675d206 100644 --- a/src/pages/vm.tsx +++ b/src/pages/vm.tsx @@ -70,14 +70,6 @@ export default function VmPage() { return ( <> {state.ip_assignments?.map((i) => ipRow(i, true))} - {ipRow( - { - id: -1, - ip: toEui64("2a13:2c0::", state.mac_address), - gateway: "", - }, - false, - )} ); }