feat: add startup flag check to conditional rendering logic

This commit is contained in:
Dustin Healy 2025-07-28 15:01:08 -07:00
parent 49f87016a8
commit 084de9a912
3 changed files with 6 additions and 2 deletions

View file

@ -157,7 +157,8 @@ export default function useSideNavLinks({
Object.values(startupConfig.mcpServers).some(
(server: any) =>
(server.customUserVars && Object.keys(server.customUserVars).length > 0) ||
server.isOAuth,
server.isOAuth ||
server.startup === false,
)
) {
links.push({