Skip to content

Commit a043aa5

Browse files
github-actions[bot]samjulien
authored andcommitted
style: auto-fix formatting
1 parent a265cc7 commit a043aa5

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

showcase/shell-docs/src/components/unscoped-docs-page.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ import {
2323
loadDoc,
2424
readMeta,
2525
} from "@/lib/docs-render";
26-
import {
27-
getIntegration,
28-
getIntegrations,
29-
getFeature,
30-
} from "@/lib/registry";
26+
import { getIntegration, getIntegrations, getFeature } from "@/lib/registry";
3127
import demoContent from "@/data/demo-content.json";
3228

3329
interface DemoRecord {
@@ -114,7 +110,9 @@ export async function UnscopedDocsPage({ slugPath }: { slugPath: string }) {
114110
frameworksWithCell={frameworksWithCell}
115111
previewUrl={previewUrl}
116112
featureName={featureFromCell?.name ?? doc.fm.title}
117-
featureDescription={featureFromCell?.description ?? doc.fm.description}
113+
featureDescription={
114+
featureFromCell?.description ?? doc.fm.description
115+
}
118116
/>
119117
</div>
120118
) : null;

0 commit comments

Comments
 (0)