Merged PR 2442: remove lodash dependecies on _.has

Related work items: #23754
This commit is contained in:
Robert Bond
2026-06-29 13:08:06 +00:00
parent 7b6af58065
commit ff699735c7
85 changed files with 870 additions and 952 deletions
+2 -3
View File
@@ -4,8 +4,7 @@ import Link from "next/link";
import { useRouter } from "next/router";
import TimeOut from "../components/timeout";
import AwaitingSubmissionFromBlob from "./myportal/awaitingsubmissionfromblob";
import _ from "lodash";
import { hasOwn } from "./utils";
import Dns from "./myportal/dns";
import MakeNewAppeal from "./myportal/makenewappeal";
import MyCases from "./myportal/mycases";
@@ -133,7 +132,7 @@ const MyPortal = (props) => {
)} */}
{!isLPA &&
_.has(props.awaitingSubmission, [
hasOwnhas(props.awaitingSubmission, [
"awaitingSubmissionFromBlob",
"@odata.count"
]) &&