Show the system contacts icon in more places
This commit is contained in:
parent
6bc6cc64c4
commit
f29fc7cf9d
10 changed files with 132 additions and 34 deletions
|
@ -119,3 +119,11 @@ WithUnreadStories.args = {
|
|||
hasStories: HasStories.Unread,
|
||||
};
|
||||
WithUnreadStories.storyName = 'Unread Stories';
|
||||
|
||||
export const InSystemContacts = Template.bind({});
|
||||
InSystemContacts.args = {
|
||||
contact: {
|
||||
...defaultContact,
|
||||
systemGivenName: defaultContact.title,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue