diff --git a/src/components/inventoryList/__tests__/__snapshots__/inventoryList.test.js.snap b/src/components/inventoryList/__tests__/__snapshots__/inventoryList.test.js.snap index f67890845..1dba3d635 100644 --- a/src/components/inventoryList/__tests__/__snapshots__/inventoryList.test.js.snap +++ b/src/components/inventoryList/__tests__/__snapshots__/inventoryList.test.js.snap @@ -127,6 +127,7 @@ exports[`InventoryList Component should handle variations in data: filtered data > @@ -152,6 +153,7 @@ exports[`InventoryList Component should handle variations in data: filtered data @@ -193,6 +195,7 @@ exports[`InventoryList Component should handle variations in data: filtered data @@ -246,6 +250,7 @@ exports[`InventoryList Component should handle variations in data: variable data @@ -290,6 +295,7 @@ exports[`InventoryList Component should handle variations in data: variable data @@ -343,6 +350,7 @@ exports[`InventoryList Component should render a non-connected component: non-co @@ -365,6 +373,7 @@ exports[`InventoryList Component should render a non-connected component: non-co - + @@ -184,7 +184,7 @@ class InventoryList extends React.Component { </CardActions> </CardHeader> </MinHeight> - <MinHeight> + <MinHeight key={`bodyMinHeight-${updatedPerPage}`}> <CardBody> <div className={(error && 'blur') || 'fadein'}> {pending && ( @@ -202,7 +202,7 @@ class InventoryList extends React.Component { </div> </CardBody> </MinHeight> - <MinHeight> + <MinHeight key="footerMinHeight"> <CardFooter className={(error && 'blur') || ''}> <TableToolbar isFooter> <Pagination