Skip to content

Commit 0164a38

Browse files
committed
Do not render a <div> surrounding Weekday
1 parent aa9e2e6 commit 0164a38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/DayPicker.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,7 @@ class DayPicker extends Component {
306306
</div>
307307
);
308308
}
309-
return (
310-
<div>
311-
{ days }
312-
</div>
313-
);
309+
return days;
314310
}
315311

316312
renderWeeksInMonth(month) {

0 commit comments

Comments
 (0)