hide reps button & add rich text for reps

This commit is contained in:
2022-10-12 12:23:26 +01:00
parent 33053a578b
commit 96387db56e
22 changed files with 531 additions and 79 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ import { wrapper } from "../store/store";
import _ from "lodash";
const Home = (props) => {
const { footerLinks, pages, isLinkedCase } = props;
const { footerLinks, pages, isLinkedCase, showLoginCheck } = props;
let { t, lang } = useTranslation();
const router = useRouter();
@@ -106,7 +106,7 @@ const Home = (props) => {
searchString={props.search.searchString}
searchResultsObj={props.searchResultsObj}
isLinkedCase={isLinkedCase}
showLoginCheck
showLoginCheck={showLoginCheck}
/>
</div>
<Footer footerLinks={footerLinks} />