Skip to content

Commit

Permalink
Update simple-date-range-picker.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilson023 committed Nov 11, 2024
1 parent f70d9a8 commit 1237c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/ui/shared/simple-date-range-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function SimpleDateRangePicker({
return (
<DateRangePicker
className={className}
align="middle"
align="center"
value={
start && end
? {
Expand Down

0 comments on commit 1237c49

Please sign in to comment.