Skip to content

Commit ae17cbd

Browse files
committed
style: run prettier
1 parent 4b040e4 commit ae17cbd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/domain/Groups/DomainGroupsPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ function DomainGroupsPage({route}: DomainGroupsPageProps) {
4545
const [groups = getEmptyArray<DomainSecurityGroupWithID>()] = useOnyx(`${ONYXKEYS.COLLECTION.DOMAIN}${domainAccountID}`, {selector: groupsSelector});
4646
const [pendingActions] = useOnyx(`${ONYXKEYS.COLLECTION.DOMAIN_PENDING_ACTIONS}${domainAccountID}`);
4747

48-
4948
const data = groups.map((group) => {
5049
return {
5150
keyForList: group.id,

0 commit comments

Comments
 (0)