Restore reply button on stories

This commit is contained in:
Josh Perez
2022-11-19 03:09:03 -05:00
committed by GitHub
parent 5e1169bec3
commit fa2fd5eef3

View File

@@ -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={() =>