Merged PR 2285: tweak to live link
tweak to live link Related work items: #22423
This commit is contained in:
@@ -30,7 +30,8 @@ import {
|
||||
setMediaDetails
|
||||
} from "../../../store/searchOutput/action";
|
||||
import { wrapper } from "../../../store/store";
|
||||
import ServiceBanner from "../../../components/servicebanner";
|
||||
import ServiceBanner from "../../../components/myportal/servicebanner";
|
||||
|
||||
const CaseHome = (props) => {
|
||||
const {
|
||||
footerLinks,
|
||||
@@ -61,7 +62,7 @@ const CaseHome = (props) => {
|
||||
<Header serviceName="Developments of National Significance" />
|
||||
<div className="govuk-width-container">
|
||||
<Breadcrumbs slug={developmentName} props={props} />
|
||||
<ServiceBanner />
|
||||
<ServiceBanner props={props} />
|
||||
<Case
|
||||
props={props}
|
||||
myCases={props.myCases.myCases}
|
||||
|
||||
Reference in New Issue
Block a user