tylko wybrane gruppy

This commit is contained in:
wrzesinski-hubert
2020-09-11 18:56:14 +02:00
parent 78e54b70e4
commit e90ffbe04d
2 changed files with 24 additions and 4 deletions

View File

@ -85,7 +85,7 @@ export const Scheduler = () => {
// const column = cellId.slice(0, 9);
// const row = cellId.slice(1);
//const eventId = `eventCol${column}eventRow${Math.floor(parseInt(row) / 2)}`;
console.log(cellId)
console.log(currentEventsIds)
setCurrentEventsIds((currentEventsIds) => [...currentEventsIds, cellId]);
};