mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 08:31:14 -07:00
chore: fix formatting issues in Composer.tsx to resolve CI failures
This commit is contained in:
@@ -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 <=
|
||||
|
||||
Reference in New Issue
Block a user