fix: correct JSX syntax in CalendarToolbar component

This commit is contained in:
Linus Rath
2026-03-20 17:25:01 +01:00
parent 9495b34430
commit 1e6f5e2c8c
+1 -1
View File
@@ -148,7 +148,7 @@ export function CalendarToolbar({
{getDateLabel()} {getDateLabel()}
</span> </span>
</div> </div>
) )}
{isMobile && calendars && selectedCalendarIds && onToggleVisibility && ( {isMobile && calendars && selectedCalendarIds && onToggleVisibility && (
<div className="relative" ref={dropdownRef}> <div className="relative" ref={dropdownRef}>