atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

only show blob link when repo set

Juliet 5ff57c4c 0040a4a7

+1 -1
+1 -1
src/components/json.tsx
··· 73 73 > 74 74 {part} 75 75 </button> 76 - : isCid(part) && props.isLink && props.parentIsBlob ? 76 + : isCid(part) && props.isLink && props.parentIsBlob && params.repo ? 77 77 <A 78 78 class="text-blue-400 hover:underline active:underline" 79 79 rel="noopener"