From bf5113cfee768a73b9bfcd0c7829dead380c6a51 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sun, 11 Feb 2024 20:33:26 +0900 Subject: [PATCH] fix lint --- src/popup.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/popup.tsx b/src/popup.tsx index c5b4585..ddc64cb 100644 --- a/src/popup.tsx +++ b/src/popup.tsx @@ -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({