mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
testfix
This commit is contained in:
parent
17604b2979
commit
dc6f5f80c6
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ const Peer = (props) =>
|
|||
|
||||
}, [ height, theme ]);
|
||||
|
||||
if (peer.picture)
|
||||
if (peer && peer.picture)
|
||||
{
|
||||
rootStyle.backgroundImage = `url(${peer.picture})`;
|
||||
rootStyle.backgroundSize = 'auto 100%';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue