diff --git a/client/components/LibraryView/StoryListItem.js b/client/components/LibraryView/StoryListItem.js index ff1fd3db..54cacd2b 100644 --- a/client/components/LibraryView/StoryListItem.js +++ b/client/components/LibraryView/StoryListItem.js @@ -77,7 +77,7 @@ const StoryTitle = ({ isTeacher={teacherView} currentGroup={currentGroup} handleControlledStoryCancel={handleControlledStoryCancel} - hidden={storyGroupShareInfo.hidden} + hidden={storyGroupShareInfo && storyGroupShareInfo.hidden || false} setSharedStoryVisibility={setSharedStoryVisibility} /> )