Skip to content

Commit 89059d4

Browse files
committed
fix: fix linting
1 parent 52dc502 commit 89059d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggableWidgets/barcode-scanner-native/src/BarcodeScanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function BarcodeScanner(props: Props): ReactElement {
3838
testID={props.name}
3939
style={{ flex: 1, justifyContent: "center", alignItems: "center" }}
4040
audio={false}
41-
isActive={true}
41+
isActive
4242
device={device}
4343
codeScanner={codeScanner}
4444
>

0 commit comments

Comments
 (0)