Add Job Bug fixed

This commit was merged in pull request #401.
This commit is contained in:
victorAnumudu
2023-09-04 10:49:04 +01:00
parent a615e25fcb
commit 5523511524
2 changed files with 10 additions and 39 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
.getRecentActivitiedData()
.then((res) => {
// debugger;
if (res.data?.internal_return < 0) {
if (res?.data?.internal_return < 0) {
return;
}
dispatch(recentActivitiesData(res.data));