Add logging back to the coursemetadata call (#86)
This commit is contained in:
@@ -115,6 +115,8 @@ export function fetchTab(courseId, tab, version, getTabData) {
|
||||
modelType: 'courses',
|
||||
model: courseMetadataResult.value,
|
||||
}));
|
||||
} else {
|
||||
logError(courseMetadataResult.reason);
|
||||
}
|
||||
|
||||
if (fetchedCourseHomeCourseMetadata) {
|
||||
|
||||
Reference in New Issue
Block a user