this repo has no description

only show blob link when repo set

handle.invalid 5ff57c4c 0040a4a7

verified
+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"