fix(cli): Remove duplicate auto-accept indicator
- The auto-accept edits indicator was appearing in two places: once next to the loading indicator and again in the CWD bar. - This was introduced when the CWD bar was made always visible. - This commit removes the duplicate indicator, leaving only the one in the CWD bar. Fixes https://b.corp.google.com/issues/418498237
This commit is contained in:
parent
3aaeb44739
commit
0d4e0fe647
|
@ -330,9 +330,6 @@ export const App = ({
|
||||||
isLoading={streamingState === StreamingState.Responding}
|
isLoading={streamingState === StreamingState.Responding}
|
||||||
currentLoadingPhrase={currentLoadingPhrase}
|
currentLoadingPhrase={currentLoadingPhrase}
|
||||||
elapsedTime={elapsedTime}
|
elapsedTime={elapsedTime}
|
||||||
rightContent={
|
|
||||||
showAutoAcceptIndicator ? <AutoAcceptIndicator /> : undefined
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
<Box
|
<Box
|
||||||
marginTop={1}
|
marginTop={1}
|
||||||
|
|
Loading…
Reference in New Issue