watched cases and view all
This commit is contained in:
@@ -27,6 +27,7 @@ import { getFormCollectionByID } from "../../components/utils";
|
||||
const TopThree = (props) => {
|
||||
let { t } = useTranslation();
|
||||
const {
|
||||
currentView,
|
||||
showTopThree,
|
||||
showDetails,
|
||||
setCurrentReference,
|
||||
@@ -194,7 +195,7 @@ const TopThree = (props) => {
|
||||
"appealType":
|
||||
showTopThreeArr[key]
|
||||
.pinswg_appealcasetype,
|
||||
"showLoginCheck": props.showLoginCheck,
|
||||
"showLoginCheck": currentView.showLogin,
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user