added props and included generic copy of state

This commit is contained in:
2024-06-05 13:39:35 +01:00
parent 557d81110a
commit 8f08ce35df
3 changed files with 40 additions and 32 deletions
+1
View File
@@ -22,6 +22,7 @@ const MyCases = (props) => {
showTopThree={props.myCases.myCases}
showDetails={props.myCases.myCasesDetails}
topThreeType={"myCases"}
props={props}
/>
</div>
{props.myCases.myCases["@odata.count"] > 3 && (