diff --git a/packages/inspection-capture-web/src/PhotoCapture/hooks/usePhotoCaptureSightState.ts b/packages/inspection-capture-web/src/PhotoCapture/hooks/usePhotoCaptureSightState.ts index 562bf24a4..6ef751e34 100644 --- a/packages/inspection-capture-web/src/PhotoCapture/hooks/usePhotoCaptureSightState.ts +++ b/packages/inspection-capture-web/src/PhotoCapture/hooks/usePhotoCaptureSightState.ts @@ -350,7 +350,7 @@ export function usePhotoCaptureSightState({ toggleSightTutorial(); } }, - [captureSights], + [captureSights, state.images, toggleSightTutorial], ); const selectSight = (s: Sight) => {