Skip to content

Commit

Permalink
mapping suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed May 29, 2024
1 parent f1962de commit 0ed5cde
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ export const userMapping: StoryObj = {
render: createUserSelectedThemeStory(hiddenWrapper(html`<style></style>`)),
argTypes: {
key: {
description: 'A key (url) for each user that maps to a user',
description: 'A URL that uniquely identifies the user, e.g. `user:1234`.',
control: false,
table: { category: apiCategory.attributes },
},
displayName: {
name: 'display-name',
description:
'A string which renders the textual representation of user name',
'The display name to render for the user, e.g. `Oscar Meyer 🌭`.',
table: { category: apiCategory.attributes },
}
},
Expand Down

0 comments on commit 0ed5cde

Please sign in to comment.