Skip to content

Commit 244eb16

Browse files
authored
Merge branch 'dev' into 232-restructure-user-dashboard
2 parents 4fb978c + efac188 commit 244eb16

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
2626
GraphQL(
2727
params.entityType === 'organization' && getOrgDetailsQryDoc,
2828
{},
29-
{ slug: params.entitySlug }
29+
{ slug: params.entitySlug }
3030
)
3131
);
3232

0 commit comments

Comments
 (0)