story-kit: merge 140_bug_activity_status_indicator_never_visible_due_to_display_condition
This commit is contained in:
@@ -683,8 +683,9 @@ export function Chat({ projectPath, onCloseProject }: ChatProps) {
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
{loading && !streamingContent && (
|
||||
{loading && (activityStatus != null || !streamingContent) && (
|
||||
<div
|
||||
data-testid="activity-indicator"
|
||||
style={{
|
||||
alignSelf: "flex-start",
|
||||
color: "#888",
|
||||
|
||||
Reference in New Issue
Block a user