Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Nov 9, 2023
1 parent 3aa91e2 commit 61678f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const LocalizationDialog = ({ robot }: RobotProps): JSX.Element => {
)
setAreas(relevantAreas)
})
}, [])
}, [installationCode])

const localizeRobot = () => {
if (selectedArea && localizationPose) {
Expand Down

0 comments on commit 61678f3

Please sign in to comment.