[#64] fixed css and empty name bug
This commit is contained in:
committed by
Benoit TELLIER
parent
b6f8097769
commit
2a84eba84b
@@ -11,6 +11,9 @@ main {
|
||||
|
||||
.calendarListHeader {
|
||||
padding-top: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: 25%;
|
||||
}
|
||||
.sidebar {
|
||||
border-right: 2px gray;
|
||||
|
||||
@@ -28,7 +28,6 @@ export default function CalendarSelection({
|
||||
);
|
||||
};
|
||||
|
||||
useEffect(() => {}, [calendars]);
|
||||
const [anchorElCal, setAnchorElCal] = useState<HTMLElement | null>(null);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user