Skip to content

Commit

Permalink
chore: added path cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
raulMarvanWizeline committed Mar 23, 2024
1 parent 6adaf20 commit 08ddb3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/components/charts/SunburstChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ const SunburstChart = (props: SunburstElementProps) => {
} else {
setSelectedNode(null);
}
} else {
if (onSelectNode) {
onSelectNode([]);
}
}
if (!isInfoModalOpen) {
handleIsInfoModalOpen();
Expand Down

0 comments on commit 08ddb3b

Please sign in to comment.