corrected topthreetype

This commit is contained in:
2024-11-20 19:11:22 +00:00
parent df15078d20
commit 001b64d28f
2 changed files with 40 additions and 40 deletions
@@ -26,7 +26,7 @@ const MySubmittedReps = (props) => {
showDetails={
props.mySubmittedReps.mySubmittedRepsDetails
}
topThreeType={"watchedCases"}
topThreeType={"mySubmittedReps"}
showLoginCheck={props.showLoginCheck}
currentView={props.currentView}
myReps={props.myReps}