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) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-03 08:35:55 +02:00
parent 7d24ba0b40
commit 252d4f25c8
+1 -1
View File
@@ -139,7 +139,7 @@ export default function SDKDashboard() {
</div> </div>
{/* Industry Presets with Document Preview */} {/* Industry Presets with Document Preview */}
{!state.companyProfile?.companyName && <PresetSection projectId={projectId} />} <PresetSection projectId={projectId} />
{/* Stats Grid */} {/* Stats Grid */}
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4"> <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">