added service account header removed duplicate sign in button
This commit is contained in:
@@ -38,6 +38,7 @@ import {
|
||||
setContainerID,
|
||||
setLoggedInUserId,
|
||||
} from "../../store/accountDetails/action";
|
||||
import ServiceBanner from "../../components/myportal/servicebanner";
|
||||
|
||||
const Home = (props) => {
|
||||
const { footerLinks, pages, watchedCases, showLoginCheck } = props;
|
||||
@@ -58,7 +59,8 @@ const Home = (props) => {
|
||||
<CookieBanner />
|
||||
<Header />
|
||||
<div className="govuk-width-container">
|
||||
<Breadcrumbs slug={appealtypes} />
|
||||
<Breadcrumbs slug={appealtypes} />{" "}
|
||||
<ServiceBanner props={props} />
|
||||
<SearchResults
|
||||
searchString={props.search.searchString}
|
||||
searchResultsObj={props.searchResultsObj}
|
||||
|
||||
Reference in New Issue
Block a user