mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Cleanup: Remove low value StreamingContextType interface. (#585)
This commit is contained in:
@@ -22,7 +22,7 @@ export const LoadingIndicator: React.FC<LoadingIndicatorProps> = ({
|
||||
elapsedTime,
|
||||
rightContent,
|
||||
}) => {
|
||||
const { streamingState } = useStreamingContext();
|
||||
const streamingState = useStreamingContext();
|
||||
|
||||
if (streamingState === StreamingState.Idle) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user