Add stricter loading check for cells

This commit is contained in:
jeffvli 2022-12-24 18:12:49 -08:00
parent ed12d59564
commit d011c29ce8
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ export const CombinedTitleCell = ({ value, rowIndex, node }: ICellRendererParams
return value?.type === ServerType.JELLYFIN ? value.artists : value.albumArtists;
}, [value]);
if (!value) {
if (value === undefined) {
return (
<CellContainer height={node.rowHeight || 40}>
<Skeleton>