diff --git a/src/courseware/course/sequence/Unit.jsx b/src/courseware/course/sequence/Unit.jsx index 4e927cc1..41fe9d85 100644 --- a/src/courseware/course/sequence/Unit.jsx +++ b/src/courseware/course/sequence/Unit.jsx @@ -150,7 +150,7 @@ function Unit({ isProcessing={unit.bookmarkedUpdateState === 'loading'} /> {/* TODO: social share exp. Need to remove later */} - {(window.expSocialShareAboutUrls && window.expSocialShareUrls[unit.id] !== undefined) && ( + {(window.expSocialShareAboutUrls && window.expSocialShareAboutUrls[unit.id] !== undefined) && ( )} {contentTypeGatingEnabled && unit.containsContentTypeGatedContent && (