Fixes lint and TS warning
This commit is contained in:
parent
456c51308f
commit
e8e43a53b2
1 changed files with 3 additions and 1 deletions
|
@ -168,7 +168,9 @@ story.add('Group Call - call full', () => {
|
||||||
const props = createProps({
|
const props = createProps({
|
||||||
isGroupCall: true,
|
isGroupCall: true,
|
||||||
isCallFull: true,
|
isCallFull: true,
|
||||||
peekedParticipants: ['Sam', 'Cayce'].map(fakePeekedParticipant),
|
peekedParticipants: ['Sam', 'Cayce'].map(title =>
|
||||||
|
fakePeekedParticipant({ title })
|
||||||
|
),
|
||||||
});
|
});
|
||||||
return <CallingLobby {...props} />;
|
return <CallingLobby {...props} />;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue