diff --git a/src/components/window-scroller-grid.tsx b/src/components/window-scroller-grid.tsx index 970ed5e..61efdaa 100644 --- a/src/components/window-scroller-grid.tsx +++ b/src/components/window-scroller-grid.tsx @@ -23,7 +23,7 @@ export const WindowScrollerGrid = ({ rowSize, colSize, items, chi return ( - (
+ (
{items.slice(index * itemsPerRow, (index + 1) * itemsPerRow).map((item, i) => (
{children(item)}
))}