We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b0678 commit f1cdd21Copy full SHA for f1cdd21
1 file changed
backend/src/utils/mapper.ts
@@ -58,7 +58,7 @@ export function groupMemberOrganizations<T extends IMemberOrganization>(rows: T[
58
})[0]
59
60
if (displayRow.id) {
61
- hiddenEmailDomainIds.add(displayRow.id)
+ hiddenEmailDomainIds.add(emailDomainRow.id)
62
63
const existingGroup = displayGroups.get(displayRow.id)
64
if (existingGroup) {
0 commit comments