diff --git a/ts/components/StoryViewer.tsx b/ts/components/StoryViewer.tsx index 3e30750ec3b..cc02e6f3deb 100644 --- a/ts/components/StoryViewer.tsx +++ b/ts/components/StoryViewer.tsx @@ -818,7 +818,8 @@ export function StoryViewer({ {i18n('StoryViewer__sending')} )} - {sendStatus === ResolvedSendStatus.Sent && (canReply || isSent) && ( + {(canReply || + (isSent && sendStatus === ResolvedSendStatus.Sent)) && (