Updated prettier version to 2.8.0

This commit is contained in:
Alvaro 2023-02-23 11:38:09 -07:00 committed by GitHub
parent d1527d0bc0
commit a316c5d9d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 89 additions and 84 deletions

View file

@ -802,15 +802,16 @@ export function StoryViewer({
))}
</div>
<div className="StoryViewer__actions">
{sendStatus === ResolvedSendStatus.Failed && !wasManuallyRetried && (
<button
className="StoryViewer__actions__failed"
onClick={doRetryMessageSend}
type="button"
>
{i18n('StoryViewer__failed')}
</button>
)}
{sendStatus === ResolvedSendStatus.Failed &&
!wasManuallyRetried && (
<button
className="StoryViewer__actions__failed"
onClick={doRetryMessageSend}
type="button"
>
{i18n('StoryViewer__failed')}
</button>
)}
{sendStatus === ResolvedSendStatus.PartiallySent &&
!wasManuallyRetried && (
<button