Fixes lint and TS warning
This commit is contained in:
@@ -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} />;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user