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:
@@ -139,7 +139,7 @@ export default function SDKDashboard() {
|
||||
</div>
|
||||
|
||||
{/* Industry Presets with Document Preview */}
|
||||
{!state.companyProfile?.companyName && <PresetSection projectId={projectId} />}
|
||||
<PresetSection projectId={projectId} />
|
||||
|
||||
{/* Stats Grid */}
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
|
||||
|
||||
Reference in New Issue
Block a user