diff --git a/public/react/src/App.js b/public/react/src/App.js
index 5b57428c3..9621fdc18 100644
--- a/public/react/src/App.js
+++ b/public/react/src/App.js
@@ -306,7 +306,7 @@ class App extends Component {
- {/**/}
+
diff --git a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js
index 145a544fb..33fd0a748 100644
--- a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js
+++ b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js
@@ -2369,7 +2369,7 @@ class Studentshavecompletedthelist extends Component {
})
}
- this.Searchdatasys(e, this.state.course_groupyslstwo, this.state.review, this.state.checkedValuesineinfo, this.state.searchtext, this.state.page,this.state.limit)
+ this.Searchdatasys(e, this.state.course_groupyslstwo, this.state.review, this.state.checkedValuesineinfo, this.state.searchtext, this.state.page,this.state.limit);
}
if (e === "score") {
@@ -2387,7 +2387,7 @@ class Studentshavecompletedthelist extends Component {
}
- this.Searchdatasys(e, this.state.course_groupyslstwo, this.state.review, this.state.checkedValuesineinfo, this.state.searchtext, null, null)
+ this.Searchdatasys(e, this.state.course_groupyslstwo, this.state.review, this.state.checkedValuesineinfo, this.state.searchtext, this.state.page,this.state.limit);
}
if (e === "student_id") {
@@ -2404,7 +2404,7 @@ class Studentshavecompletedthelist extends Component {
})
}
- this.Searchdatasys(e, this.state.course_groupyslstwo, this.state.review, this.state.checkedValuesineinfo, this.state.searchtext, null, null)
+ this.Searchdatasys(e, this.state.course_groupyslstwo, this.state.review, this.state.checkedValuesineinfo, this.state.searchtext, this.state.page,this.state.limit);
}
}
setExerciseReviewAndAnswer = () => {