Skip to content

Commit

Permalink
fixup into format
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly Dwan <[email protected]>
  • Loading branch information
iandunn and ryelle authored Sep 29, 2020
1 parent 42dc080 commit 8aecd15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function groupSessionsByDate( sessions ) {
* Render the schedule for a specific day.
*
* @param {Object} props
* @param {string} props.localDate The date being displayed (in the site's timezone).
* @param {string} props.localDate The day being displayed in Ymd format (in the site's timezone).
* @param {Array} props.sessions The sessions assigned to the displayed date.
*
* @return {Element}
Expand Down

0 comments on commit 8aecd15

Please sign in to comment.