Fix React warning in <CallingButton> stories

This commit is contained in:
Evan Hahn 2021-08-05 10:22:00 -05:00 committed by GitHub
parent 6b290a0f0c
commit b95a6b6cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ story.add('Kitchen Sink', () => {
<>
{Object.keys(CallingButtonType).map(buttonType => (
<CallingButton
key={buttonType}
{...createProps({ buttonType: buttonType as CallingButtonType })}
/>
))}