We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b040e4 commit ae17cbdCopy full SHA for ae17cbd
1 file changed
src/pages/domain/Groups/DomainGroupsPage.tsx
@@ -45,7 +45,6 @@ function DomainGroupsPage({route}: DomainGroupsPageProps) {
45
const [groups = getEmptyArray<DomainSecurityGroupWithID>()] = useOnyx(`${ONYXKEYS.COLLECTION.DOMAIN}${domainAccountID}`, {selector: groupsSelector});
46
const [pendingActions] = useOnyx(`${ONYXKEYS.COLLECTION.DOMAIN_PENDING_ACTIONS}${domainAccountID}`);
47
48
-
49
const data = groups.map((group) => {
50
return {
51
keyForList: group.id,
0 commit comments