From bf71a6131a936ce0df6a1ca40b3179c7e84b5b9f Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Thu, 21 May 2026 12:09:01 -0700 Subject: [PATCH] Fix formatting. --- src/Explorer/Tabs/Tabs.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Explorer/Tabs/Tabs.tsx b/src/Explorer/Tabs/Tabs.tsx index 8f71b3fd1..a583e040a 100644 --- a/src/Explorer/Tabs/Tabs.tsx +++ b/src/Explorer/Tabs/Tabs.tsx @@ -314,11 +314,7 @@ const getReactTabContent = (activeReactTab: ReactTabKind, explorer: Explorer): J return ; } case ReactTabKind.Quickstart: - return userContext.apiType === "VCoreMongo" ? ( - - ) : ( - - ); + return userContext.apiType === "VCoreMongo" ? : ; default: throw new Error(`Unsupported tab kind ${ReactTabKind[activeReactTab]}`); }