Skip to content

Commit

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

0 comments on commit 43e4fd8

Please sign in to comment.