ui: fix timetable crash on empty record

This commit is contained in:
nick-delirium 2025-03-04 13:41:52 +01:00
parent aa2c14b7c1
commit 5e10e168c6
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -317,6 +317,7 @@ function RowRenderer({
activeIndex,
onJump,
}: any) {
if (!row) return;
return (
<div
className={cn(