tangled
alpha
login
or
join now
citizen428.net
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
remove useless pds params check
handle.invalid
5 months ago
f8898e18
08fc4710
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
-1
1 changed file
expand all
collapse all
unified
split
src
views
pds.tsx
-1
src/views/pds.tsx
···
13
13
14
14
const PdsView = () => {
15
15
const params = useParams();
16
16
-
if (params.pds.startsWith("web%2Bat%3A%2F%2F")) return;
17
16
const [version, setVersion] = createSignal<string>();
18
17
const [serverInfos, setServerInfos] =
19
18
createSignal<InferXRPCBodyOutput<ComAtprotoServerDescribeServer.mainSchema["output"]>>();