Skip to content

Commit 5e7e1be

Browse files
github-actions[bot]samjulien
authored andcommitted
style: auto-fix formatting
1 parent 3218c54 commit 5e7e1be

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ export async function DocsPageView({
231231
const InlineDemoComp = docsComponents.InlineDemo;
232232
return (
233233
<InlineDemoComp
234-
{...(props as { integration?: string; demo?: string })}
234+
{...(props as {
235+
integration?: string;
236+
demo?: string;
237+
})}
235238
integration={
236239
defaultFramework ??
237240
(props.integration as string | undefined)

0 commit comments

Comments
 (0)