watched cases and view all
This commit is contained in:
@@ -76,9 +76,10 @@ const CaseSummary = (props) => {
|
||||
setWatchedCases,
|
||||
setWatchedCasesDetails,
|
||||
showMap,
|
||||
currentView,
|
||||
} = props;
|
||||
|
||||
const showLoginCheck = props.currentView.caseReference.showLoginCheck;
|
||||
const showLoginCheck = currentView.showLogin;
|
||||
const { data: session, status } = useSession();
|
||||
//console.log("session status:", status, session);
|
||||
|
||||
@@ -406,6 +407,9 @@ const CaseSummary = (props) => {
|
||||
currentType ==
|
||||
"searchResultsObj"
|
||||
? detailsObj.pinswg_name
|
||||
: currentType ==
|
||||
"watchedCases"
|
||||
? casesObj.pinswg_title
|
||||
: casesObj.reference,
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user