Skip to content

Commit 054dcba

Browse files
committed
wip
1 parent c5e1085 commit 054dcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Schedule/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { THIRD_SEC } from '@config'
22

33
export const getWeekString = (startDate: Date, endDate: Date) => {
44
return `
5-
${startDate.getDate()}
5+
${startDate.getDate() + 1}
66
${startDate.toLocaleString('default', { month: 'long' }).slice(0, 3)}
77
-
88
${endDate.getDate()}

0 commit comments

Comments
 (0)