More chat list unread count tweaks
This commit is contained in:
parent
75248d8e2f
commit
755b549271
3 changed files with 12 additions and 6 deletions
|
@ -327,7 +327,7 @@ story.add('Contact checkboxes: disabled', () => (
|
|||
story.add('Conversations: unread count', () => (
|
||||
<ConversationList
|
||||
{...createProps(
|
||||
[4, 10, 250].map(unreadCount => ({
|
||||
[4, 10, 34, 250].map(unreadCount => ({
|
||||
type: RowType.Conversation,
|
||||
conversation: createConversation({
|
||||
lastMessage: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue