added watched cases and remove watched cases

This commit is contained in:
2021-11-04 12:36:06 +00:00
parent fa4c765799
commit 3566da1989
23 changed files with 608 additions and 162 deletions
+1
View File
@@ -52,6 +52,7 @@ const Home = (props) => {
watchedCases={props.watchedCases}
myRepresentations={props.myRepresentations}
awaitingSubmission={props.awaitingSubmission}
myportal="true"
/>
</div>
<Footer footerLinks={footerLinks} />