mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-21 18:55:16 +02:00
chore: ran frontend linting
This commit is contained in:
parent
b17cb40732
commit
61560e5d4f
3 changed files with 10 additions and 6 deletions
|
|
@ -102,10 +102,8 @@ export const DateRangeSelector: FC<DateRangeSelectorProps> = ({
|
|||
!endDate && "text-muted-foreground"
|
||||
)}
|
||||
>
|
||||
<CalendarIcon className="mr-2 h-4 w-4" />
|
||||
{endDate
|
||||
? format(endDate, "PPP")
|
||||
: "Default (Today)"}
|
||||
<CalendarIcon className="mr-2 h-4 w-4" />
|
||||
{endDate ? format(endDate, "PPP") : "Default (Today)"}
|
||||
</Button>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent className="w-auto p-0 z-[100]" align="start">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue