Skip to content

Commit

Permalink
disable linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Aug 10, 2020
1 parent a03dd0d commit 593f226
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export function XyToolbar(props: VisualizationToolbarProps<State>) {
xTitle: defaults.xTitle || x?.label,
yTitle: defaults.yTitle || y?.label,
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [open]);

useEffect(() => {
Expand Down

0 comments on commit 593f226

Please sign in to comment.