From 85becc6fedba5efa2bbba147e264a24dab318b86 Mon Sep 17 00:00:00 2001 From: Keith Guerin Date: Fri, 13 Mar 2026 00:20:45 -0700 Subject: [PATCH] chore: fix formatting issues in Composer.tsx to resolve CI failures --- packages/cli/src/ui/components/Composer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/cli/src/ui/components/Composer.tsx b/packages/cli/src/ui/components/Composer.tsx index 84f6fe671e..c2086bbfc7 100644 --- a/packages/cli/src/ui/components/Composer.tsx +++ b/packages/cli/src/ui/components/Composer.tsx @@ -221,7 +221,10 @@ export const Composer = ({ isFocused = true }: { isFocused?: boolean }) => { if ( showTips && uiState.currentTip && - !(isInteractiveShellWaiting && uiState.currentTip === INTERACTIVE_SHELL_WAITING_PHRASE) + !( + isInteractiveShellWaiting && + uiState.currentTip === INTERACTIVE_SHELL_WAITING_PHRASE + ) ) { if ( estimatedStatusLength + uiState.currentTip.length + 10 <=