diff --git a/src/lib/domHelpers.ts b/src/lib/domHelpers.ts index b1054c7..e3e4c9d 100644 --- a/src/lib/domHelpers.ts +++ b/src/lib/domHelpers.ts @@ -27,7 +27,7 @@ export const getAccountNameAndDisplayName = (userCell: Element) => { const twDisplayName = displayNameEl?.textContent; const bskyHandle = userCell.textContent?.match(/([^/\s]+\.bsky\.social)/)?.[1] ?? - userCell.textContent?.match(/bsky\.app\/profile\/([^/\s]+)…/)?.[1] ?? + userCell.textContent?.match(/bsky\.app\/profile\/([^/\s]+)…?/)?.[1] ?? null; return {