Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 7, 2024
1 parent 792b333 commit 257661b
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 @@ -368,7 +368,7 @@ const StoryListItem = ({ story, libraryShown, selectedGroup }) => {
isTeacher={isTeacher}
/>
<div className="flex align-center" style={{ overflow: 'hidden' }}>
{story.flashcardsOnly && (<Icon size="small" name="question" bordered style={{marginRight: '10px'}}/>)}
{story.flashcardsOnly && (<Icon size="small" name="clone outline" bordered style={{marginRight: '10px'}}/>)}

{showGroupNames && <GroupsSharedTo groups={story.groups} />}

Expand Down

0 comments on commit 257661b

Please sign in to comment.