diff --git a/apps/cli/src/ui/components/tools/ModeTool.tsx b/apps/cli/src/ui/components/tools/ModeTool.tsx index b1a3829aea..8a7771a7ab 100644 --- a/apps/cli/src/ui/components/tools/ModeTool.tsx +++ b/apps/cli/src/ui/components/tools/ModeTool.tsx @@ -12,19 +12,17 @@ export function ModeTool({ toolData }: ToolRendererProps) { const isSwitch = toolData.tool.includes("switch") || toolData.tool.includes("Switch") return ( - - {/* Header */} - - - {isSwitch && mode && ( - - Switching to - - {mode} - - - )} - + + + {isSwitch && mode && ( + + Switching to + + {mode} + + mode + + )} ) }