diff --git a/src/pages/NewChatPage.js b/src/pages/NewChatPage.js index 6e8a5c2d0a44..4c5704ed2a93 100755 --- a/src/pages/NewChatPage.js +++ b/src/pages/NewChatPage.js @@ -60,11 +60,7 @@ class NewChatPage extends Component { this.createGroup = this.createGroup.bind(this); this.toggleGroupOptionOrCreateChat = this.toggleGroupOptionOrCreateChat.bind(this); this.createNewChat = this.createNewChat.bind(this); - this.excludedGroupEmails = _.without(CONST.EXPENSIFY_EMAILS, [ - CONST.EMAIL.CONCIERGE, - CONST.EMAIL.RECEIPTS, - CONST.EMAIL.INTEGRATION_TESTING_CREDS, - ]); + this.excludedGroupEmails = _.without(CONST.EXPENSIFY_EMAILS, CONST.EMAIL.CONCIERGE); const { recentReports,