Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: pos-tlaunch qa updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrBulanek committed Dec 19, 2024
1 parent 2556988 commit 035bd0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/(main)/[projectId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ export interface ProjectPageProps {

export default function ProjectHomePage() {
return (
<LayoutInitializer
layout={{ navbarProps: { title: 'Apps', type: 'common' } }}
>
<LayoutInitializer layout={{ navbarProps: { type: 'common' } }}>
<AppsHome />
</LayoutInitializer>
);
Expand Down

0 comments on commit 035bd0f

Please sign in to comment.