diff options
Diffstat (limited to 'cloud/app/src')
| -rw-r--r-- | cloud/app/src/routes/workspace.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cloud/app/src/routes/workspace.tsx b/cloud/app/src/routes/workspace.tsx index 865e76519..864fab4d3 100644 --- a/cloud/app/src/routes/workspace.tsx +++ b/cloud/app/src/routes/workspace.tsx @@ -16,9 +16,7 @@ export default function WorkspaceLayout(props: RouteSectionProps) { <a href="/logout">Logout</a> </div> </header> - <div data-slot="content"> - {props.children} - </div> + <div data-slot="content">{props.children}</div> </main> ) } |
