atproto explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

only show when avatar

Juliet 307b323f 29373a30

+6 -4
+6 -4
src/components/account.tsx
··· 82 82 onclick={() => resumeSession(did as Did)} 83 83 > 84 84 <span class="flex items-center gap-2"> 85 - <img 86 - src={avatars[did as Did].replace("img/avatar/", "img/avatar_thumbnail/")} 87 - class="size-6 rounded-full" 88 - /> 85 + <Show when={avatars[did as Did]}> 86 + <img 87 + src={avatars[did as Did].replace("img/avatar/", "img/avatar_thumbnail/")} 88 + class="size-6 rounded-full" 89 + /> 90 + </Show> 89 91 <span class="truncate">{sessions[did]?.length ? sessions[did] : did}</span> 90 92 </span> 91 93 <Show when={did === agent()?.sub}>