print added
This commit is contained in:
@@ -20,7 +20,7 @@ const BoxesPrintList = forwardRef<HTMLDivElement, BoxesPrintListProps>(({ boxDat
|
||||
<div ref={ref}>
|
||||
{productsChunks.map((chunk, index) => (
|
||||
<div key={index} style={{ pageBreakAfter: 'always' }}>
|
||||
<BoxesPrint boxData={{ ...boxData, products_list: chunk }} />
|
||||
<BoxesPrint boxData={{ ...boxData, products_list: chunk }} key={index} />
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user