Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 15, 2024
1 parent 0eae893 commit 0440b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/StoryView/StoryDetailsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ const StoryDetailsModal = ({
variant="secondary"
translationId="Share"
/>
<CustomButton
{ inGroupLibrary && (<CustomButton
onClick={() => setSharedStoryVisibility(story._id, hidden === true)}
variant="secondary"
translationId={hidden && "release-story" || "hide-story"}
/>
/>)}
</div>
<div>
<CustomButton
Expand Down

0 comments on commit 0440b6a

Please sign in to comment.