Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runfix: Missing OutlineCheck Icon #17609

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Jun 19, 2024

Description

Add missing OutlineCheck icon.

Screenshots/Screencast (for UI changes)

Checklist

  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

Important details for the reviewers

(Delete this section if unnecessary)

  • use (x) data
  • can be reviewed commit-by-commit
  • be sure to look at ...

Copy link

sonarcloud bot commented Jun 19, 2024

@@ -42,7 +42,7 @@ export const ReadReceiptStatus = ({message, is1to1Conversation, onClickDetails}:
const text = is1to1Conversation ? formatTimeShort(readReceipts[0].time) : readReceipts.length.toString(10);
setReadReceiptText(text);
}
}, [is1to1Conversation, message.expectsReadConfirmation, readReceipts]);
}, [is1to1Conversation, readReceipts]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is reverted, because it's not here before.

@przemvs przemvs merged commit b78b47d into new-navigation Jun 19, 2024
9 checks passed
@przemvs przemvs deleted the runfix/missing-outline-check-icon branch June 19, 2024 08:35
przemvs added a commit that referenced this pull request Jun 19, 2024
przemvs added a commit that referenced this pull request Jun 19, 2024
* runfix: Missing OutlineCheck Icon (#17609)

* feat: add dataUieValue for delivered state

* fix cr changes and add tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants