Merge branch 'format-calender' of MyFit/users-myfit into master

This commit is contained in:
2023-02-04 13:23:51 +00:00
committed by Gogs
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default function CalendarTable({ className }) {
<div>
<Calendar onChange={onChange} value={value} />
<Calendar onChange={onChange} value={value} calendarType="US" />
</div>