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 <=