Skip to content

Commit 0f03ea8

Browse files
authored
selection TS (#1413)
1 parent ec6251e commit 0f03ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class Picker extends Component {
448448
expandable
449449
renderExpandable={this.renderExpandableModal}
450450
onToggleExpandableModal={this.toggleExpandableModal}
451-
selection={Constants.isAndroid && {start: 0}}
451+
selection={Constants.isAndroid ? {start: 0} : undefined}
452452
/>
453453
);
454454
}

0 commit comments

Comments
 (0)