This commit is contained in:
kawamataryo 2024-02-11 20:33:26 +09:00
parent c0d62deb8d
commit bf5113cfee

View File

@ -91,7 +91,9 @@ function IndexPopup() {
setMessage(null);
setIsLoading(true);
const formattedIdentifier = (identifier.includes(".") ? identifier : `${identifier}.bsky.social`).replace(/^@/, "")
const formattedIdentifier = (
identifier.includes(".") ? identifier : `${identifier}.bsky.social`
).replace(/^@/, "");
try {
const res: { hasError: boolean; message: string } =
await sendToContentScript({