Skip to content

Commit 161e8f7

Browse files
fix formatting booboo
1 parent 5c0ff80 commit 161e8f7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/dataviews/src/components/dataviews-layouts/grid/composite-grid.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,13 @@ const GridItem = forwardRef< HTMLDivElement, GridItemProps< any > >(
326326
) }
327327
</Stack>
328328
</Stack>
329-
</Stack>
330-
);
331-
} ) as < Item >(
329+
);
330+
}
331+
) as < Item >(
332332
props: GridItemProps< Item > & {
333333
ref?: React.ForwardedRef< HTMLDivElement >;
334334
}
335335
) => React.ReactNode;
336-
}
337336
interface CompositeGridProps< Item > {
338337
data: Item[];
339338
isInfiniteScroll: boolean;

0 commit comments

Comments
 (0)