Explorar el Código

Fixes missing ;

main
Eric Amodio hace 3 años
padre
commit
fde7defb31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/avatars.ts

+ 1
- 1
src/avatars.ts Ver fichero

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

Cargando…
Cancelar
Guardar