Skip to content

Commit 6d222e4

Browse files
author
David Skoog
committed
Add trailing comma to phrases
1 parent fd6c0d3 commit 6d222e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DayPickerSingleDateController.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export default class DayPickerSingleDateController extends React.Component {
543543
renderCalendarInfo,
544544
isFocused,
545545
isRTL,
546-
phrases
546+
phrases,
547547
} = this.props;
548548

549549
const { currentMonth, visibleDays } = this.state;

0 commit comments

Comments
 (0)