fix: correct JSX syntax in CalendarToolbar component
This commit is contained in:
@@ -148,7 +148,7 @@ export function CalendarToolbar({
|
||||
{getDateLabel()}
|
||||
</span>
|
||||
</div>
|
||||
)
|
||||
)}
|
||||
|
||||
{isMobile && calendars && selectedCalendarIds && onToggleVisibility && (
|
||||
<div className="relative" ref={dropdownRef}>
|
||||
|
||||
Reference in New Issue
Block a user