diff --git a/src/components/SuperDrawer/SuperDrawer.stories.tsx b/src/components/SuperDrawer/SuperDrawer.stories.tsx index ece2291e3..89715ce77 100644 --- a/src/components/SuperDrawer/SuperDrawer.stories.tsx +++ b/src/components/SuperDrawer/SuperDrawer.stories.tsx @@ -284,7 +284,7 @@ export function TableWithPrevNextAndCloseCheck() { columns={[titleColumn, authorColumn]} rowStyles={rowStyles} rowLookup={rowLookup} - rows={simpleDataRows(Books.map((b, idx) => ({ id: `${idx}`, ...fwb })))} + rows={simpleDataRows(Books.map((b, idx) => ({ id: `${idx}`, ...b })))} /> );