From b808a34b14044efda368b18e24ed45f4cca63d2f Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 12 Aug 2025 07:18:51 +0100 Subject: [PATCH] pass showlogincheck prop --- components/dnssearchresults.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/components/dnssearchresults.js b/components/dnssearchresults.js index c70dd317..15c8dcd0 100644 --- a/components/dnssearchresults.js +++ b/components/dnssearchresults.js @@ -4,8 +4,14 @@ import CRMError from "./crmError"; import DNSSearchResults from "./search/dnssearchresults"; export default function Search(props) { - const { searchString, searchResultsObj, myportal, watchedCases, showMap } = - props; + const { + searchString, + searchResultsObj, + myportal, + watchedCases, + showMap, + showLoginCheck, + } = props; let { t } = useTranslation(); const router = useRouter(); @@ -41,6 +47,7 @@ export default function Search(props) { myportal={myportal} watchedCases={watchedCases} showMap={showMap} + showLoginCheck={showLoginCheck} />