Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMaupin committed Nov 1, 2024
1 parent 0cc05fa commit 909251a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ProductionControlConnections: React.FC<
> = (props) => {
const { controlConnection, onChange } = props;

const [controlPanels, loading] = useControlPanels();
const [controlPanels] = useControlPanels();

const onControlConnectionChange = (ids: string[]) => {
if (controlConnection) {
Expand Down

0 comments on commit 909251a

Please sign in to comment.