Major refactor
This commit is contained in:
@ -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 (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user