diff --git a/src/components/inventoryList/inventoryList.js b/src/components/inventoryList/inventoryList.js index 8f3072d2c..c0b78f342 100644 --- a/src/components/inventoryList/inventoryList.js +++ b/src/components/inventoryList/inventoryList.js @@ -217,6 +217,7 @@ class InventoryList extends React.Component { const minHeightContentRefreshKey = (fulfilled === true && itemCount < updatedPerPage && `bodyMinHeight-${updatedPerPage}-resize`) || (fulfilled === true && isLastPage && `bodyMinHeight-${updatedPerPage}-resize`) || + (error === true && `bodyMinHeight-${updatedPerPage}-resize`) || `bodyMinHeight-${updatedPerPage}`; return ( diff --git a/src/components/inventorySubscriptions/inventorySubscriptions.js b/src/components/inventorySubscriptions/inventorySubscriptions.js index b6f749b06..80521a753 100644 --- a/src/components/inventorySubscriptions/inventorySubscriptions.js +++ b/src/components/inventorySubscriptions/inventorySubscriptions.js @@ -195,6 +195,7 @@ class InventorySubscriptions extends React.Component { const minHeightContentRefreshKey = (fulfilled === true && itemCount < updatedPerPage && `bodyMinHeight-${updatedPerPage}-resize`) || (fulfilled === true && isLastPage && `bodyMinHeight-${updatedPerPage}-resize`) || + (error === true && `bodyMinHeight-${updatedPerPage}-resize`) || `bodyMinHeight-${updatedPerPage}`; return (