diff --git a/Makefile b/Makefile index 6bb59950..848c3448 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ i18n.extract: i18n.concat: # Gathering JSON messages into one file... + mkdir -p $(i18n) $(transifex_utils) $(transifex_temp) $(transifex_input) extract_translations: | requirements i18n.extract i18n.concat diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index 11f30892..00000000 --- a/babel.config.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - presets: [ - [ - '@babel/preset-env', - { targets: { browsers: ['last 2 versions', 'safari >= 7'] } }, - ], - '@babel/preset-react', - ], -}; diff --git a/src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx b/src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx index 3db9147a..167b5dc5 100644 --- a/src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx +++ b/src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx @@ -20,7 +20,7 @@ const SkipProctoredExamInstruction = ({ cancelSkipProctoredExam }) => {

diff --git a/src/timer/ExamTimerBlock.jsx b/src/timer/ExamTimerBlock.jsx index 27d1b68f..843c0e4b 100644 --- a/src/timer/ExamTimerBlock.jsx +++ b/src/timer/ExamTimerBlock.jsx @@ -66,16 +66,17 @@ const ExamTimerBlock = injectIntl(({

- - {attempt.exam_display_name} - - + {attempt.exam_display_name} + + ), + examType: attempt.exam_type, + }} /> + {' '} { isShowMore ? (