client side warnings removed
This commit is contained in:
@@ -306,10 +306,7 @@ let AdvancedSearch = (props) => {
|
|||||||
(router.locale == "cy"
|
(router.locale == "cy"
|
||||||
? "/fymhorth/canlyniadauchwiliouwch"
|
? "/fymhorth/canlyniadauchwiliouwch"
|
||||||
: "/myportal/advancedsearchresults") + searchString,
|
: "/myportal/advancedsearchresults") + searchString,
|
||||||
null,
|
null
|
||||||
{
|
|
||||||
shallow: true,
|
|
||||||
}
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ const MyRepresentations = (props) => {
|
|||||||
"/fymhorth/gweldpopeth"
|
"/fymhorth/gweldpopeth"
|
||||||
: "/myportal/viewall"
|
: "/myportal/viewall"
|
||||||
}
|
}
|
||||||
shallow
|
|
||||||
className="govuk-link--no-underline"
|
className="govuk-link--no-underline"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setCurrentView({
|
setCurrentView({
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ const MyRepresentations = (props) => {
|
|||||||
"/fymhorth/gweldpopeth"
|
"/fymhorth/gweldpopeth"
|
||||||
: "/myportal/viewall"
|
: "/myportal/viewall"
|
||||||
}
|
}
|
||||||
shallow
|
|
||||||
className="govuk-link--no-underline"
|
className="govuk-link--no-underline"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setCurrentView({
|
setCurrentView({
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ let CaseSearch = (props) => {
|
|||||||
? "/fymhorth/canlyniadauchwilio"
|
? "/fymhorth/canlyniadauchwilio"
|
||||||
: "/myportal/searchresults",
|
: "/myportal/searchresults",
|
||||||
query: { q: values.basicSearch },
|
query: { q: values.basicSearch },
|
||||||
shallow: true,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user