Skip to content

Commit f1cdd21

Browse files
committed
fix: resolve pr review comments
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 46b0678 commit f1cdd21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/utils/mapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function groupMemberOrganizations<T extends IMemberOrganization>(rows: T[
5858
})[0]
5959

6060
if (displayRow.id) {
61-
hiddenEmailDomainIds.add(displayRow.id)
61+
hiddenEmailDomainIds.add(emailDomainRow.id)
6262

6363
const existingGroup = displayGroups.get(displayRow.id)
6464
if (existingGroup) {

0 commit comments

Comments
 (0)