Skip to content

Commit dcfd65a

Browse files
committed
Update index.js
missing semi colon.
1 parent 68b30cb commit dcfd65a

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)