From 252d4f25c8bec0aa15f0104310ac435c8f41c468 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Sun, 3 May 2026 08:35:55 +0200 Subject: [PATCH] fix: Always show industry preset cards on SDK dashboard Previously hidden when a company profile existed, but users with existing test projects couldn't see the feature. Co-Authored-By: Claude Opus 4.6 (1M context) --- admin-compliance/app/sdk/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-compliance/app/sdk/page.tsx b/admin-compliance/app/sdk/page.tsx index 01c9ac0..0fca840 100644 --- a/admin-compliance/app/sdk/page.tsx +++ b/admin-compliance/app/sdk/page.tsx @@ -139,7 +139,7 @@ export default function SDKDashboard() { {/* Industry Presets with Document Preview */} - {!state.companyProfile?.companyName && } + {/* Stats Grid */}