diff --git a/ui/apps/everest/src/components/cluster-form/resources/resources.tsx b/ui/apps/everest/src/components/cluster-form/resources/resources.tsx index 60c2caf07..285e81243 100644 --- a/ui/apps/everest/src/components/cluster-form/resources/resources.tsx +++ b/ui/apps/everest/src/components/cluster-form/resources/resources.tsx @@ -120,7 +120,7 @@ const ResourceInput = ({ sx={{ whiteSpace: 'nowrap' }} color={theme.palette.text.secondary} >{`x ${numberOfUnits} ${+numberOfUnits > 1 ? unitPlural : unit}`} - {value && numberOfUnits && ( + {!!value && numberOfUnits && (