Skip to content

Commit 18397c0

Browse files
committed
lint
1 parent 0a78449 commit 18397c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/iou/request/step/IOURequestStepScan/index.native.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function IOURequestStepScan({
175175
.catch(() => {
176176
setCameraPermissionStatus(RESULTS.UNAVAILABLE);
177177
});
178-
}, []);
178+
}, [translate]);
179179

180180
const focusIndicatorOpacity = useSharedValue(0);
181181
const focusIndicatorScale = useSharedValue(2);

0 commit comments

Comments
 (0)