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]}`);
}