Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed May 24, 2024
1 parent d9c6db6 commit ac64e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Chart = ({
}
};
fetchGraphData();
}, [id]);
}, [id, type]);

if (!chartData)
return (
Expand Down

0 comments on commit ac64e8d

Please sign in to comment.