diff --git a/panel/src/components/dashboard/command-center.tsx b/panel/src/components/dashboard/command-center.tsx index f49ebf1d..f63bdfa2 100644 --- a/panel/src/components/dashboard/command-center.tsx +++ b/panel/src/components/dashboard/command-center.tsx @@ -9,6 +9,7 @@ import { ActiveBlockersPanel } from "./active-blockers-panel"; import { RecentActivityFeed } from "./recent-activity-feed"; import { QuickActionsBar } from "./quick-actions-bar"; import { CeoApprovalQueue } from "./ceo-approval-queue"; +import { PrReviewQueue } from "./pr-review-queue"; import { StrategySignalsPanel } from "./strategy-signals-panel"; import type { Activity } from "./activity-item"; import { Button } from "@/components/ui/button"; @@ -77,6 +78,9 @@ export function CommandCenter() { + {/* External-PR review decision queue (hidden when empty) */} + + {/* Metrics, Alerts, and Usage Row */}