[#64] fixed css and empty name bug

This commit is contained in:
Camille Moussu
2025-09-12 09:31:34 +02:00
committed by Benoit TELLIER
parent b6f8097769
commit 2a84eba84b
3 changed files with 17 additions and 21 deletions
@@ -28,7 +28,6 @@ export default function CalendarSelection({
);
};
useEffect(() => {}, [calendars]);
const [anchorElCal, setAnchorElCal] = useState<HTMLElement | null>(null);
return (