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')}
|
{i18n('StoryViewer__sending')}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{sendStatus === ResolvedSendStatus.Sent && (canReply || isSent) && (
|
{(canReply ||
|
||||||
|
(isSent && sendStatus === ResolvedSendStatus.Sent)) && (
|
||||||
<button
|
<button
|
||||||
className="StoryViewer__reply"
|
className="StoryViewer__reply"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
|
|
Loading…
Add table
Reference in a new issue