Skip to content

Commit b787548

Browse files
committed
Fix lint
1 parent 5aec7fb commit b787548

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ export default class RNPickerSelect extends PureComponent {
546546
selectedValue={selectedItem.value}
547547
{...pickerProps}
548548
onPointerUp={(event) => {
549-
Keyboard.dismiss();
550-
if (pickerProps.onPointerUp) {
551-
pickerProps.onPointerUp(event);
552-
}
549+
Keyboard.dismiss();
550+
if (pickerProps.onPointerUp) {
551+
pickerProps.onPointerUp(event);
552+
}
553553
}}
554554
>
555555
{this.renderPickerItems()}

0 commit comments

Comments
 (0)