Ver a proveniência

Fixes missing ;

main
Eric Amodio há 3 anos
ascendente
cometimento
fde7defb31
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/avatars.ts

+ 1
- 1
src/avatars.ts Ver ficheiro

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

Carregando…
Cancelar
Guardar