Przeglądaj źródła

Fixes missing ;

main
Eric Amodio 3 lat temu
rodzic
commit
fde7defb31
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/avatars.ts

+ 1
- 1
src/avatars.ts Wyświetl plik

@ -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(

Ładowanie…
Anuluj
Zapisz