added in copy

This commit is contained in:
2021-11-30 15:25:43 +00:00
parent 244cc093c3
commit 9b83157dd2
11 changed files with 1275 additions and 1311 deletions
+2
View File
@@ -52,6 +52,7 @@ const Home = (props) => {
myRepresentations,
watchedCases,
awaitingSubmission,
accountDetails,
} = props;
let { t, lang } = useTranslation();
@@ -137,6 +138,7 @@ const Home = (props) => {
myRepresentations={myRepresentations}
watchedCases={watchedCases}
awaitingSubmission={awaitingSubmission}
accountDetails={accountDetails}
/>
</div>
<Footer footerLinks={footerLinks} />