(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

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

Potential fix for pull request finding 'Useless conditional'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>

authored by

Scan
Copilot Autofix powered by AI
and committed by
GitHub
eaaa8aac 3443d8de

+1 -1
+1 -1
web/src/components/modals/ShareMenu.tsx
··· 52 52 if (customUrl) return customUrl; 53 53 if (!uri) return ""; 54 54 55 - const uriParts = (uri || "").split("/"); 55 + const uriParts = uri.split("/"); 56 56 const rkey = uriParts[uriParts.length - 1]; 57 57 const did = uriParts[2]; 58 58