Eric Amodio пре 3 година
родитељ
комит
fde7defb31
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/avatars.ts

+ 1
- 1
src/avatars.ts Прегледај датотеку

@ -74,7 +74,7 @@ export function getAvatarUri(
ensureAvatarCache(avatarCache);
// Double the size to avoid blurring on the retina screen
size *= 2
size *= 2;
if (email == null || email.length === 0) {
const avatar = createOrUpdateAvatar(

Loading…
Откажи
Сачувај