From c25e3588b4c7a8c0a85590b740a6d14704784d32 Mon Sep 17 00:00:00 2001 From: Neerajkumarc Date: Sun, 10 Dec 2023 20:36:36 +0530 Subject: [PATCH] refactor:isloading conditional rendering --- src/popup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup.tsx b/src/popup.tsx index e4b5c4f..abf8849 100644 --- a/src/popup.tsx +++ b/src/popup.tsx @@ -159,7 +159,7 @@ const Popup = () => { focus-visible:outline-2 focus-visible:outline-offset-2" onClick={getAllTabsInfo} > - {isLoading ? : null} + {isLoading && } Group Existing Tabs