added service account header removed duplicate sign in button
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
||||
} from "../../store/accountDetails/action";
|
||||
|
||||
import NoSessionWarning from "../../components/nosession";
|
||||
import ServiceBanner from "../../components/myportal/servicebanner";
|
||||
|
||||
const RepresentationF = (props) => {
|
||||
const { footerLinks, pages, accountDetails } = props;
|
||||
@@ -128,6 +129,7 @@ const RepresentationF = (props) => {
|
||||
<Header />
|
||||
<div className="govuk-width-container">
|
||||
<Breadcrumbs slug={appealtypes} props={props} />
|
||||
<ServiceBanner props={props} />
|
||||
<Case
|
||||
myCases={props.myCases.myCases}
|
||||
searchResultsObj={
|
||||
|
||||
Reference in New Issue
Block a user