We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adb407 commit 8f2d52aCopy full SHA for 8f2d52a
1 file changed
frontend/public/src/factories/course.js
@@ -383,8 +383,8 @@ export const makeLearnerRecordProgram = (): LearnerRecordProgram => ({
383
})
384
385
export const makePartnerSchool = (): PartnerSchool => ({
386
- id: genPartnerSchoolId.next().value,
387
- name: casual.company_name
+ id: genPartnerSchoolId.next().value,
+ name: casual.company_name
388
389
390
export const makeLearnerRecordShare = (
0 commit comments