Skip to content

Commit 6b3c8af

Browse files
committed
Remove another comment
1 parent af1663e commit 6b3c8af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/CommonApp/src/new_api/camera/AnimatedCameraView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const Camera = ({ ref, ...props }: CameraProps) => {
2020

2121
const animatedProps = useAnimatedProps(() => {
2222
return {
23-
// @ts-ignore zoom value is correct
2423
zoom: props.zoom.value - 1,
2524
};
2625
});

0 commit comments

Comments
 (0)