File tree Expand file tree Collapse file tree
showcase/shell-docs/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
3127import demoContent from "@/data/demo-content.json" ;
3228
3329interface 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 ;
You can’t perform that action at this time.
0 commit comments