added props and included generic copy of state
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user