diff --git a/frontend/src/renderer/components/DashboardTopbar.tsx b/frontend/src/renderer/components/DashboardTopbar.tsx
index 029565d..1b631e8 100644
--- a/frontend/src/renderer/components/DashboardTopbar.tsx
+++ b/frontend/src/renderer/components/DashboardTopbar.tsx
@@ -1,6 +1,6 @@
import { useQueryClient } from "@tanstack/react-query";
import { useNavigate } from "@tanstack/react-router";
-import { Bell, Waypoints } from "lucide-react";
+import { Waypoints } from "lucide-react";
import { useState } from "react";
import { findProjectOrchestrator } from "../types/workspace";
import { useWorkspaceQuery, workspaceQueryKey } from "../hooks/useWorkspaceQuery";
@@ -90,9 +90,6 @@ export function DashboardTopbar({ activeTab, projectId, projectLabel = "agent-or
-
{projectId ? (
orchestrator ? (