chore(lint): unblock next lint and fix current eslint errors
This commit is contained in:
@@ -975,7 +975,7 @@ const DNSSearchResults = (props) => {
|
||||
}
|
||||
//src={"https://datamap.gov.wales/maps/pedw-dev/embed#/"}
|
||||
width={"100%"}
|
||||
maxheight={"400px"}
|
||||
style={{ maxHeight: "400px" }}
|
||||
height={"500px"}
|
||||
className={"mappingFrame"}
|
||||
></iframe>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import useTranslation from "next-translate/useTranslation";
|
||||
import { useRouter } from "next/router";
|
||||
import _ from "lodash";
|
||||
import Link from "next/link";
|
||||
|
||||
const RepsOnResults = (props) => {
|
||||
let { t } = useTranslation();
|
||||
@@ -46,9 +47,9 @@ const RepsOnResults = (props) => {
|
||||
.pinswg_speacialistcaseprocess == 846040000 && isLPA
|
||||
? true
|
||||
: props.searchDetailsObj[0].value[0]
|
||||
.pinswg_speacialistcaseprocess == 846040001
|
||||
? true
|
||||
: false;
|
||||
.pinswg_speacialistcaseprocess == 846040001
|
||||
? true
|
||||
: false;
|
||||
|
||||
return shouldShow;
|
||||
|
||||
@@ -155,7 +156,7 @@ const RepsOnResults = (props) => {
|
||||
)
|
||||
: formatDates(
|
||||
detailsObj.pinswg_finalcommentsduedate
|
||||
),
|
||||
)
|
||||
}
|
||||
)}
|
||||
<br />{" "}
|
||||
|
||||
Reference in New Issue
Block a user