diff --git a/src/pages/workspace/WorkspacePageWithSections.js b/src/pages/workspace/WorkspacePageWithSections.js index 967cfd70d481..6eaf7118fca4 100644 --- a/src/pages/workspace/WorkspacePageWithSections.js +++ b/src/pages/workspace/WorkspacePageWithSections.js @@ -111,17 +111,19 @@ class WorkspacePageWithSections extends React.Component { ) : ( - - - - {this.props.children(hasVBA, policyID, isUsingECard)} - - - + <> + + + + {this.props.children(hasVBA, policyID, isUsingECard)} + + + + {this.props.footer} + )} - {this.props.footer} );