Restore reply button on stories
This commit is contained in:
@@ -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={() =>
|
||||||
|
Reference in New Issue
Block a user