Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 15, 2024
1 parent 5249254 commit 4392b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/LibraryView/StoryListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const StoryTitle = ({
isTeacher={teacherView}
currentGroup={currentGroup}
handleControlledStoryCancel={handleControlledStoryCancel}
hidden={storyGroupShareInfo.hidden}
hidden={storyGroupShareInfo && storyGroupShareInfo.hidden || false}
setSharedStoryVisibility={setSharedStoryVisibility}
/>
)
Expand Down

0 comments on commit 4392b7a

Please sign in to comment.