watched cases and view all

This commit is contained in:
2024-02-05 15:26:13 +00:00
parent 1e1b97f2a9
commit 12d1fbc55e
15 changed files with 57 additions and 40 deletions
+7 -4
View File
@@ -46,10 +46,13 @@ const MyRepresentations = (props) => {
"viewName": "My Representations",
"viewKey": "myRepresentations",
});
}}>
{t("myportal:viewall-link")}
}}
>
{t("myportal:viewall-link")}{" "}
{props.isLPA &&
props.myRepresentations.myRepresentations[
"@odata.count"
] + " representations"}
</Link>
</div>
)}