Skip to content

Commit

Permalink
Merge pull request #12940 from AlexVelezLl/fix-coach-blank-page
Browse files Browse the repository at this point in the history
Fix coach quizzes blank page
  • Loading branch information
AlexVelezLl authored Dec 12, 2024
2 parents f408a44 + ea79b66 commit de63959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
// TODO: refactor to a more robust check
UserSyncStatusResource.fetchCollection({
force: true,
getParams: { member_of: classId },
getParams: { member_of: classId.value },
}).then(data => {
if (data && data.length > 0) {
learnOnlyDevicesExist.value = true;
Expand Down

0 comments on commit de63959

Please sign in to comment.