tangled
alpha
login
or
join now
futur.blue
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
only show blob link when repo set
handle.invalid
4 months ago
5ff57c4c
0040a4a7
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
json.tsx
+1
-1
src/components/json.tsx
···
73
73
>
74
74
{part}
75
75
</button>
76
76
-
: isCid(part) && props.isLink && props.parentIsBlob ?
76
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"