From 0c1c249f2a4c6e19c7490bf242de9e5cc76a11ac Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 6 Mar 2024 10:20:56 -0700 Subject: [PATCH] Display sensor/platform/algorithm on variable selectors --- .../LayoutConfigurator/SatelliteVariableSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ControlPanel/LayoutConfigurator/SatelliteVariableSelector.tsx b/src/components/ControlPanel/LayoutConfigurator/SatelliteVariableSelector.tsx index da34c11..cc6fbc7 100644 --- a/src/components/ControlPanel/LayoutConfigurator/SatelliteVariableSelector.tsx +++ b/src/components/ControlPanel/LayoutConfigurator/SatelliteVariableSelector.tsx @@ -34,7 +34,7 @@ const VariableSelector: React.FC = (props) => { .filter(([variableId, params]) => params.layerType === 'raster') .map(([variableId, params]) => ( )) );