Skip to content

Commit

Permalink
revert unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 17, 2024
1 parent a6ff6da commit 7682993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/CameraFeed/CameraFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function CameraFeed(props: Props) {
if (props.preset) {
move(props.preset);
}
}, [JSON.stringify(props.preset)]);
}, [props.preset]);

// Get camera presets (only if onCameraPresetsObtained is provided)
useEffect(() => {
Expand Down

0 comments on commit 7682993

Please sign in to comment.