resolve conflict
This commit is contained in:
@@ -215,7 +215,6 @@ function CalendarSelector({
|
|||||||
handleClose();
|
handleClose();
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<<<<<<< HEAD
|
|
||||||
<>
|
<>
|
||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
@@ -253,23 +252,5 @@ function CalendarSelector({
|
|||||||
handleDeleteConfirm={handleDeleteConfirm}
|
handleDeleteConfirm={handleDeleteConfirm}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
=======
|
|
||||||
<div key={id}>
|
|
||||||
<label>
|
|
||||||
<Checkbox
|
|
||||||
style={{
|
|
||||||
color: calendars[id].color,
|
|
||||||
}}
|
|
||||||
size="small"
|
|
||||||
checked={selectedCalendars.includes(id)}
|
|
||||||
onChange={() => handleCalendarToggle(id)}
|
|
||||||
/>
|
|
||||||
{calendars[id].name}
|
|
||||||
</label>
|
|
||||||
<IconButton onClick={() => setOpen()}>
|
|
||||||
<MoreVertIcon />
|
|
||||||
</IconButton>
|
|
||||||
</div>
|
|
||||||
>>>>>>> a7e29ce (feat: prepare project for cozy-ui migration)
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user