atproto explorer
0
fork

Configure Feed

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

only show blob link when repo loaded

+2 -2
+2 -2
src/views/repo.tsx
··· 43 43 ); 44 44 45 45 return ( 46 - <> 46 + <Show when={repo()}> 47 47 <div class="mb-3 flex max-w-full flex-col self-center overflow-y-auto font-mono"> 48 48 <For each={repo()?.collections}> 49 49 {(collection) => ( ··· 138 138 </Show> 139 139 </div> 140 140 </Show> 141 - </> 141 + </Show> 142 142 ); 143 143 }; 144 144