Skip to content

Commit d014d6a

Browse files
committed
Merge pull request #4 from gasperz/master
for bug #4
2 parents aa7410a + dcfd65a commit d014d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class PickerAndroidItem extends React.Component{
1616
static propTypes = {
1717
value: PropTypes.any,
1818
label: PropTypes.any
19-
}
19+
};
2020

2121
constructor(props, context){
2222
super(props, context);

0 commit comments

Comments
 (0)