Fix for missing property
This commit is contained in:
parent
f6c71b9897
commit
59cc49db3d
|
@ -14,7 +14,7 @@ export default function useScheduleTable({
|
||||||
cells: [{
|
cells: [{
|
||||||
id: 1,
|
id: 1,
|
||||||
attributes: {
|
attributes: {
|
||||||
className: 'schedule-'.concat(event.language).concat(' ').concat(event.track.css_class),
|
className: 'schedule-'.concat(event.language).concat(' ').concat(event.track?.css_class),
|
||||||
colSpan: 2,
|
colSpan: 2,
|
||||||
},
|
},
|
||||||
event,
|
event,
|
||||||
|
|
Loading…
Reference in New Issue