Merged develop into layout-bug-fixes
This commit is contained in:
@@ -279,7 +279,7 @@ export default function ExamPage({
|
|||||||
};
|
};
|
||||||
|
|
||||||
userSolutions.forEach((x) => {
|
userSolutions.forEach((x) => {
|
||||||
if (x.isPractice === isPractice) {
|
if (isPractice ? x.isPractice : !x.isPractice) {
|
||||||
const examModule =
|
const examModule =
|
||||||
x.module ||
|
x.module ||
|
||||||
(x.type === "writing"
|
(x.type === "writing"
|
||||||
|
|||||||
Reference in New Issue
Block a user