diff --git a/apps/x/apps/renderer/src/components/sidebar-content.tsx b/apps/x/apps/renderer/src/components/sidebar-content.tsx
index 6fbfa0ea..4442c01b 100644
--- a/apps/x/apps/renderer/src/components/sidebar-content.tsx
+++ b/apps/x/apps/renderer/src/components/sidebar-content.tsx
@@ -1324,9 +1324,6 @@ function TasksSection({
}}
>
- {processingRunIds?.has(run.id) ? (
-
- ) : null}
{run.title || '(Untitled chat)'}
{run.createdAt ? (
diff --git a/apps/x/apps/renderer/src/components/tab-bar.tsx b/apps/x/apps/renderer/src/components/tab-bar.tsx
index 744f578d..b4374ffb 100644
--- a/apps/x/apps/renderer/src/components/tab-bar.tsx
+++ b/apps/x/apps/renderer/src/components/tab-bar.tsx
@@ -67,9 +67,6 @@ export function TabBar({
)}
style={layout === 'scroll' ? { flex: '0 0 auto' } : { flex: '1 1 0px' }}
>
- {processing && (
-
- )}
{title}
{(allowSingleTabClose || tabs.length > 1) && (