generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missed camelCase calls in StudentTable.
- Loading branch information
1 parent
309c0cf
commit 9a0b2c7
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,16 @@ const mockResponse = { | |
data: { | ||
results: [ | ||
{ | ||
learner_name: 'Student 1', | ||
learner_email: '[email protected]', | ||
ccx_name: 'CCX 1', | ||
learnerName: 'Student 1', | ||
learnerEmail: '[email protected]', | ||
ccxName: 'CCX 1', | ||
instructors: ['Instructor 1'], | ||
created: 'Fri, 25 Aug 2023 19:01:22 GMT', | ||
}, | ||
{ | ||
learner_name: 'Student 2', | ||
learner_email: '[email protected]', | ||
ccx_name: 'CCX 2', | ||
learnerName: 'Student 2', | ||
learnerEmail: '[email protected]', | ||
ccxName: 'CCX 2', | ||
instructors: ['Instructor 2'], | ||
created: 'Sat, 26 Aug 2023 19:01:22 GMT', | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters