mirror of https://github.com/buster-so/buster.git
Update Avatar.stories.tsx
This commit is contained in:
parent
d73d780d5a
commit
29967dcd34
|
@ -62,3 +62,9 @@ export const ProblematicLeadingCharacter: Story = {
|
|||
name: 'jared yes @'
|
||||
}
|
||||
};
|
||||
|
||||
export const WithEmail: Story = {
|
||||
args: {
|
||||
name: 'jared@yes.com'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue