Skip to content

Commit

Permalink
refactor: Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 8, 2022
1 parent 916dcb7 commit 038ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/configurator/components/chart-annotations-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const ChartAnnotationsSelector = ({
}: {
state: ConfiguratorStateConfiguringChart;
}) => {
const { activeField, meta } = state;
const { activeField } = state;
const panelRef = useRef<HTMLDivElement>(null);
useEffect(() => {
if (panelRef && panelRef.current) {
Expand Down

0 comments on commit 038ef2b

Please sign in to comment.