updated watched cases with language and confirm

This commit is contained in:
2024-01-29 15:11:23 +00:00
parent 888ddf60bd
commit 3e83332d28
13 changed files with 216 additions and 167 deletions
+2
View File
@@ -81,6 +81,7 @@ const Home = (props) => {
props.searchResultsObj.representationsObj
}
showRepresentations={showRepresentations}
showLoginCheck={props.currentView.showLogin}
/>
</div>
<Footer footerLinks={footerLinks} />
@@ -105,6 +106,7 @@ const mapStateToProps = (state) => {
myRepresentations: state.myRepresentations,
awaitingSubmission: state.awaitingSubmission,
accountDetails: state.accountDetails,
showLoginCheck: process.env.SHOWLOGIN || false,
};
};