Skip to content

Commit

Permalink
fix: Build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
badalkhatri0924 committed Nov 10, 2023
1 parent c78e925 commit 4feca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/settings/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Team = () => {
const [user] = useRecoilState(userState);
const { isTeamMember, activeTeam } = useOrganizationTeams();
const { isTeamManager } = useIsMemberManager(user);
const breadcrumb = [...t('pages.settings.BREADCRUMB', { returnObjects: true })];
const breadcrumb = [...(t('pages.settings.BREADCRUMB', { returnObjects: true }) as any)];
return (
<>
{!user ? (
Expand Down

0 comments on commit 4feca76

Please sign in to comment.