diff --git a/src/shared/components/GenericList/components.js b/src/shared/components/GenericList/components.js index ee2710614e..4bad7d571d 100644 --- a/src/shared/components/GenericList/components.js +++ b/src/shared/components/GenericList/components.js @@ -45,6 +45,8 @@ export const HeaderRenderer = ({ field === h) @@ -135,7 +137,7 @@ const DefaultRowRenderer = ({ ); return ( - + {cells} {!!actions.length && actionsCell} {displayArrow && ( diff --git a/src/shared/components/ListActions/ListActions.js b/src/shared/components/ListActions/ListActions.js index ba46752312..f635ceef42 100644 --- a/src/shared/components/ListActions/ListActions.js +++ b/src/shared/components/ListActions/ListActions.js @@ -22,7 +22,10 @@ const StandaloneAction = ({ action, entry }) => { return (