Major refactor

This commit is contained in:
Maciek Głowacki
2020-08-17 23:56:34 +02:00
parent 55bb7945c9
commit 74ad2e835c
14 changed files with 220 additions and 259 deletions

View File

@ -26,8 +26,8 @@ interface SchedulerRowProps {
}
export const SchedulerRow = ({ groups, indexRow, cellTop, cellWidth }: SchedulerRowProps) => {
console.log(`You passed me these of a groupzzz`);
console.log(groups)
// console.log(`You passed me these of a groupzzz`);
// console.log(groups)
return (
<>