Fix storybook

This commit is contained in:
David Baker 2022-10-24 10:06:38 +01:00
parent 1ea9432769
commit 537341da3a

View file

@ -79,6 +79,7 @@ export const ParticipantsTest = () => {
key={item.id}
name={`User ${item.id}`}
disableSpeakingIndicator={items.length < 3}
hasFeed={true}
{...rest}
/>
)}