diff --git a/src/renderer/components/item-list/item-grid-list/item-grid-list.tsx b/src/renderer/components/item-list/item-grid-list/item-grid-list.tsx index 63fbebfcb..d7ebb3a37 100644 --- a/src/renderer/components/item-list/item-grid-list/item-grid-list.tsx +++ b/src/renderer/components/item-list/item-grid-list/item-grid-list.tsx @@ -59,7 +59,7 @@ interface VirtualizedGridListProps { onScroll?: ItemGridListProps['onScroll']; onScrollEnd?: ItemGridListProps['onScrollEnd']; outerRef: RefObject; - ref: RefObject>; + ref: RefObject | null>; rows?: ItemCardProps['rows']; tableMeta: null | { columnCount: number;