Skip to content

Commit a6f02dd

Browse files
Update src/pages/GroupsStudent/GroupsStudent.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2f721c1 commit a6f02dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/GroupsStudent/GroupsStudent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export default connect(
218218
}),
219219
dispatch => ({
220220
loadAsync: (userId, expiration = DEFAULT_EXPIRATION) => GroupsStudent.loadAsync({ userId }, dispatch, expiration),
221-
joinGroup: (groupId, reloadGroupsOFCourses) =>
222-
dispatch(joinGroup(groupId)).then(() => dispatch(fetchStudentGroups(reloadGroupsOFCourses))),
221+
joinGroup: (groupId, reloadGroupsOfCourses) =>
222+
dispatch(joinGroup(groupId)).then(() => dispatch(fetchStudentGroups(reloadGroupsOfCourses))),
223223
})
224224
)(GroupsStudent);

0 commit comments

Comments
 (0)