Skip to content

Commit 94637a1

Browse files
Merge pull request #50 from EOS-uiux-Solutions/bug/share-buttons
fixed share story bug
2 parents 5591a2a + 2293330 commit 94637a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/Story.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ const Story = (props) => {
162162
>
163163
Edit
164164
</Button>
165+
</>
166+
) : (
167+
''
168+
)}
169+
{!editor ? (
170+
<>
165171
<Button className='share-story' onClick={togglePopup}>
166172
<i className='eos-icons'> share </i>
167173
</Button>

0 commit comments

Comments
 (0)