This commit is contained in:
N7Remus 2025-09-24 11:46:52 +02:00
parent 17604b2979
commit dc6f5f80c6

View file

@ -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%';