ui: fix timetable crash on empty record
This commit is contained in:
parent
aa2c14b7c1
commit
5e10e168c6
1 changed files with 1 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ function RowRenderer({
|
|||
activeIndex,
|
||||
onJump,
|
||||
}: any) {
|
||||
if (!row) return;
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue