atproto explorer

remove useless pds params check

handle.invalid f8898e18 08fc4710

verified
-1
-1
src/views/pds.tsx
··· 13 13 14 14 const PdsView = () => { 15 15 const params = useParams(); 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"]>>();