Skip to content

Commit e0d8b21

Browse files
Format code aligment 2
1 parent 9b2be16 commit e0d8b21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App/src/components/common/TeamSelector.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ const TeamSelector: React.FC<TeamSelectorProps> = ({
6969
const isDefaultTeam = (team: TeamConfig): boolean => {
7070
const defaultTeamIds = ['team-1', 'team-2', 'team-3', 'team-clm-1', 'team-compliance-1', 'content-gen-team'];
7171
const defaultTeamNames = ['Human Resources Team', 'Product Marketing Team', 'Retail Customer Success Team', 'RFP Team', 'Contract Compliance Review Team', 'Retail Marketing Content Generation Team'];
72-
73-
return defaultTeamIds.includes(team.team_id) ||
72+
73+
return defaultTeamIds.includes(team.team_id) ||
7474
defaultTeamNames.includes(team.name);
7575
};
7676
const loadTeams = async () => {

0 commit comments

Comments
 (0)