Skip to content

Commit

Permalink
fix: keep the UI consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen committed Oct 29, 2024
1 parent b839f9d commit 78e56c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/calendar-picker-view/calendar-picker-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ export const CalendarPickerView = forwardRef<
if (d.isSame(today, 'day') && !isSelect) {
return contentWrapper(locale.Calendar.today)
}

return contentWrapper(null)
}

const renderBottom = () => {
Expand Down

0 comments on commit 78e56c2

Please sign in to comment.