Use a diff type of blur one that does not flicker

This commit is contained in:
Josh Perez 2020-10-12 14:26:24 -04:00 committed by Josh Perez
parent e5fae1a346
commit fb7c1e9030
4 changed files with 24 additions and 19 deletions

View file

@ -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', () => {