diff --git a/app/components/form/fields/ip-pool-item.tsx b/app/components/form/fields/ip-pool-item.tsx index eafed84c7..cc977e063 100644 --- a/app/components/form/fields/ip-pool-item.tsx +++ b/app/components/form/fields/ip-pool-item.tsx @@ -21,7 +21,7 @@ export function toIpPoolItem(p: SiloIpPool) { )} - {p.description.length && ( + {!!p.description && (
{p.description}
)}