diff --git a/app/components/charts/SunburstChart.tsx b/app/components/charts/SunburstChart.tsx index b69fc50..3e99876 100644 --- a/app/components/charts/SunburstChart.tsx +++ b/app/components/charts/SunburstChart.tsx @@ -103,10 +103,6 @@ const SunburstChart = (props: SunburstElementProps) => { } else { setSelectedNode(null); } - } else { - if (onSelectNode) { - onSelectNode([]); - } } if (!isInfoModalOpen) { handleIsInfoModalOpen();