diff --git a/src/app/subnets/views/SubnetDetails/StaticDHCPLease/StaticDHCPTable/StaticDHCPTable.tsx b/src/app/subnets/views/SubnetDetails/StaticDHCPLease/StaticDHCPTable/StaticDHCPTable.tsx index a63289f48f..253aff0f48 100644 --- a/src/app/subnets/views/SubnetDetails/StaticDHCPLease/StaticDHCPTable/StaticDHCPTable.tsx +++ b/src/app/subnets/views/SubnetDetails/StaticDHCPLease/StaticDHCPTable/StaticDHCPTable.tsx @@ -53,7 +53,9 @@ const generateRows = ( ? getNodeTypeDisplay(reservedIp.node_summary.node_type) : "—"} - {reservedIp.comment || "—"} + + {reservedIp.comment || "—"} +