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 -1
View File
@@ -18,6 +18,7 @@ import AIPolicyNotice from "../components/AIPolicyNotice";
import { setContainerID } from "../store/accountDetails/action";
import { setShowReps } from "../store/currentView/action";
import { wrapper } from "../store/store";
import { hasOwn } from "../components/utils";
const Home = (props) => {
const {
@@ -49,7 +50,7 @@ const Home = (props) => {
hasLoginCode == false
? "" //console.log("no session")
: _.has(loggedInUserId, "value")
: hasOwn(loggedInUserId, "value")
? _.isEmpty(loggedInUserId.value)
? router.replace({
pathname: