From 4e5c09a2a53dd8112c3c4d55f2e8b1f6ca57e3ce Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 9 Dec 2025 14:10:22 -0700 Subject: [PATCH] chore(dashboard): Remove DeployStatus block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version info already shown in Layout sidebar header. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- cannaiq/src/pages/Dashboard.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cannaiq/src/pages/Dashboard.tsx b/cannaiq/src/pages/Dashboard.tsx index 98548e03..dfc22692 100755 --- a/cannaiq/src/pages/Dashboard.tsx +++ b/cannaiq/src/pages/Dashboard.tsx @@ -1,7 +1,6 @@ import { useEffect, useState } from 'react'; import { Layout } from '../components/Layout'; import { HealthPanel } from '../components/HealthPanel'; -import { DeployStatus } from '../components/DeployStatus'; import { api } from '../lib/api'; import { useNavigate } from 'react-router-dom'; import { @@ -221,9 +220,6 @@ export function Dashboard() { {/* System Health */} - {/* Deploy Status */} - - {/* Stats Grid */}
{/* Products */}