client side warnings removed

This commit is contained in:
2025-01-13 17:04:47 +00:00
parent 463d03f798
commit c0f59a9645
4 changed files with 1 additions and 7 deletions
+1 -4
View File
@@ -306,10 +306,7 @@ let AdvancedSearch = (props) => {
(router.locale == "cy"
? "/fymhorth/canlyniadauchwiliouwch"
: "/myportal/advancedsearchresults") + searchString,
null,
{
shallow: true,
}
null
);
};
-1
View File
@@ -40,7 +40,6 @@ const MyRepresentations = (props) => {
"/fymhorth/gweldpopeth"
: "/myportal/viewall"
}
shallow
className="govuk-link--no-underline"
onClick={() => {
setCurrentView({
@@ -39,7 +39,6 @@ const MyRepresentations = (props) => {
"/fymhorth/gweldpopeth"
: "/myportal/viewall"
}
shallow
className="govuk-link--no-underline"
onClick={() => {
setCurrentView({
-1
View File
@@ -98,7 +98,6 @@ let CaseSearch = (props) => {
? "/fymhorth/canlyniadauchwilio"
: "/myportal/searchresults",
query: { q: values.basicSearch },
shallow: true,
});
}
};