1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Enable teams

This commit is contained in:
Kamran Ahmed
2023-07-24 17:26:44 +01:00
parent 34d0cde165
commit ac48f4c441

View File

@@ -79,7 +79,7 @@ export function TeamDropdown() {
if (
!user?.email.endsWith('@insightpartners.com') &&
!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;
}