Restore reply button on stories
This commit is contained in:
parent
5e1169bec3
commit
fa2fd5eef3
1 changed files with 2 additions and 1 deletions
|
@ -818,7 +818,8 @@ export function StoryViewer({
|
|||
{i18n('StoryViewer__sending')}
|
||||
</div>
|
||||
)}
|
||||
{sendStatus === ResolvedSendStatus.Sent && (canReply || isSent) && (
|
||||
{(canReply ||
|
||||
(isSent && sendStatus === ResolvedSendStatus.Sent)) && (
|
||||
<button
|
||||
className="StoryViewer__reply"
|
||||
onClick={() =>
|
||||
|
|
Loading…
Add table
Reference in a new issue