diff --git a/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.js b/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.js index 0a5c04e3d4f..0c0c85f2448 100644 --- a/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.js +++ b/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.js @@ -222,7 +222,10 @@ const TableIndexPage = ({ {searchable && ( - + {selectionToolbar} )} - {actionButtons.length > 0 && ( + {(customToolbarItems || actionButtons.length > 0) && ( - - - + {actionButtons.length > 0 && ( + + + + )} + {customToolbarItems && customToolbarItems} )} - - {customToolbarItems && ( - {customToolbarItems} - )} - {total > 0 && (