Use a diff type of blur one that does not flicker
This commit is contained in:
parent
e5fae1a346
commit
fb7c1e9030
4 changed files with 24 additions and 19 deletions
|
@ -54,7 +54,15 @@ const story = storiesOf('Components/CallingLobby', module);
|
|||
|
||||
story.add('Default', () => {
|
||||
const props = createProps();
|
||||
return <CallingLobby {...props} />;
|
||||
return (
|
||||
<CallingLobby
|
||||
{...props}
|
||||
callDetails={{
|
||||
...callDetails,
|
||||
avatarPath: 'https://www.stevensegallery.com/600/600',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
story.add('No Camera', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue