Skip to content

Commit 5c43f3f

Browse files
committed
Added trailing comma for previous commit
1 parent 904b92e commit 5c43f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time-picker/time-picker.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const TimePicker = React.createClass({
5252
return {
5353
time: this.props.defaultTime || emptyTime,
5454
dialogTime: new Date(),
55-
muiTheme: this.context.muiTheme ? this.context.muiTheme : ThemeManager.getMuiTheme(DefaultRawTheme)
55+
muiTheme: this.context.muiTheme ? this.context.muiTheme : ThemeManager.getMuiTheme(DefaultRawTheme),
5656
};
5757
},
5858

0 commit comments

Comments
 (0)