Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
G3root committed May 22, 2023
1 parent d93ef4c commit f7dbd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/new-booker/team/[slug]/[type].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
user: teamSlug,
slug: meetingSlug,
trpcState: ssr.dehydrate(),
isBrandingHidden: user?.hideBranding,
isBrandingHidden: team?.hideBranding,
},
};
};

0 comments on commit f7dbd9c

Please sign in to comment.