Skip to content

Commit

Permalink
fix: semi-colon in /teams route UI (calcom#19052)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Feb 3, 2025
1 parent c20b341 commit 15d6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/(use-page-wrapper)/(main-nav)/teams/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const ServerPage = async ({ params, searchParams }: ServerPageProps) => {
CTA={<TeamsCTA />}
heading={t("teams")}
subtitle={t("create_manage_teams_collaborative")}>
<TeamsView {...props} />;
<TeamsView {...props} />
</ShellMainAppDir>
);
};
Expand Down

0 comments on commit 15d6839

Please sign in to comment.