Enable teams

chore/leave-team
Kamran Ahmed 1 year ago
parent 34d0cde165
commit ac48f4c441
  1. 2
      src/components/TeamDropdown/TeamDropdown.tsx

@ -79,7 +79,7 @@ export function TeamDropdown() {
if ( if (
!user?.email.endsWith('@insightpartners.com') && !user?.email.endsWith('@insightpartners.com') &&
!user?.email.endsWith('@roadmap.sh') && !user?.email.endsWith('@roadmap.sh') &&
!['arikchangma@gmail.com', 'kamranahmed.se@gmail.com'].includes(user?.email!) !['arikchangma@gmail.com', 'kamranahmed.se@gmail.com', 'stephen.chetcuti@gmail.com'].includes(user?.email!)
) { ) {
return null; return null;
} }

Loading…
Cancel
Save