Skip to content

Commit a015454

Browse files
committed
fix: lint
1 parent 52f9101 commit a015454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/PickerWindows.windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class PickerWindows extends React.Component<
9393
selectedIndex: this.state.selectedIndex,
9494
testID: this.props.testID,
9595
style: [styles.pickerWindows, this.props.style, this.props.itemStyle],
96-
accessibilityLabel: this.props.accessibilityLabel
96+
accessibilityLabel: this.props.accessibilityLabel,
9797
};
9898

9999
return (

0 commit comments

Comments
 (0)