diff --git a/src/firefly/js/ui/CatalogSearchMethodType.jsx b/src/firefly/js/ui/CatalogSearchMethodType.jsx index bc819cef7e..612d360dda 100644 --- a/src/firefly/js/ui/CatalogSearchMethodType.jsx +++ b/src/firefly/js/ui/CatalogSearchMethodType.jsx @@ -219,16 +219,18 @@ function renderTargetPanel(groupKey, searchType) { const visible = searchType === SpatialMethod.Cone.value || searchType === SpatialMethod.Box.value || searchType === SpatialMethod.Elliptical.value; return ( visible &&