This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes missing ;
main
Eric Amodio
3 years ago
parent
28a3a6bb62
commit
fde7defb31
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/avatars.ts
+ 1
- 1
src/avatars.ts
View File
@ -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
(
Write
Preview
Loading…
Cancel
Save