fix: settings tab display name (#250)

This commit is contained in:
Young
2025-06-19 14:33:00 +08:00
committed by GitHub
parent dcdd7288ed
commit 82e1b65792

View File

@@ -179,6 +179,7 @@ export const MCPTab: Tab = ({ settings, onChange }) => {
); );
}; };
MCPTab.icon = Blocks; MCPTab.icon = Blocks;
MCPTab.displayName = "MCP";
MCPTab.badge = "Beta"; MCPTab.badge = "Beta";
MCPTab.displayName = "MCP"; MCPTab.displayName = "MCP";