chore: fix formatting issues in Composer.tsx to resolve CI failures

This commit is contained in:
Keith Guerin
2026-03-13 00:20:45 -07:00
parent 2b4c10b8b9
commit 85becc6fed

View File

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