Fix React warning in <CallingButton>
stories
This commit is contained in:
parent
6b290a0f0c
commit
b95a6b6cb1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ story.add('Kitchen Sink', () => {
|
|||
<>
|
||||
{Object.keys(CallingButtonType).map(buttonType => (
|
||||
<CallingButton
|
||||
key={buttonType}
|
||||
{...createProps({ buttonType: buttonType as CallingButtonType })}
|
||||
/>
|
||||
))}
|
||||
|
|
Loading…
Add table
Reference in a new issue