diff --git a/apps/x/apps/renderer/src/components/sidebar-content.tsx b/apps/x/apps/renderer/src/components/sidebar-content.tsx
index 1baf301e..f5d98915 100644
--- a/apps/x/apps/renderer/src/components/sidebar-content.tsx
+++ b/apps/x/apps/renderer/src/components/sidebar-content.tsx
@@ -8,7 +8,6 @@ import {
ChevronsDownUp,
ChevronsUpDown,
Copy,
- ExternalLink,
FilePlus,
FolderPlus,
AlertTriangle,
@@ -1049,19 +1048,6 @@ function Tree({
>
{item.name}
- {actions.onOpenInNewTab && (
-
- )}
@@ -1205,25 +1191,10 @@ function TasksSection({
) : null}
{run.title || '(Untitled chat)'}
{run.createdAt ? (
-
+
{formatRunTime(run.createdAt)}
) : null}
- {!processingRunIds?.has(run.id) && actions?.onOpenInNewTab && (
-
-
-
- )}