mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix React warning in <CallingButton> stories
This commit is contained in:
@@ -33,6 +33,7 @@ story.add('Kitchen Sink', () => {
|
|||||||
<>
|
<>
|
||||||
{Object.keys(CallingButtonType).map(buttonType => (
|
{Object.keys(CallingButtonType).map(buttonType => (
|
||||||
<CallingButton
|
<CallingButton
|
||||||
|
key={buttonType}
|
||||||
{...createProps({ buttonType: buttonType as CallingButtonType })}
|
{...createProps({ buttonType: buttonType as CallingButtonType })}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user