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