Add logging back to the coursemetadata call (#86)

This commit is contained in:
Nick
2020-06-16 14:42:18 -04:00
committed by GitHub
parent bf0d3b1565
commit 5ffc1bc599

View File

@@ -115,6 +115,8 @@ export function fetchTab(courseId, tab, version, getTabData) {
modelType: 'courses',
model: courseMetadataResult.value,
}));
} else {
logError(courseMetadataResult.reason);
}
if (fetchedCourseHomeCourseMetadata) {