linked case now link to show them

This commit is contained in:
2021-12-08 09:47:10 +00:00
parent e1d5ea6870
commit a8442a43f0
8 changed files with 70 additions and 51 deletions
+2
View File
@@ -13,6 +13,7 @@ export default function Search(props) {
advancedSearch,
myportal,
watchedCases,
isLinkedCase,
} = props;
let { t } = useTranslation();
@@ -48,6 +49,7 @@ export default function Search(props) {
}
myportal={myportal}
watchedCases={watchedCases}
isLinkedCase={isLinkedCase}
/>
</div>
</div>