Skip to content

Commit

Permalink
Merge pull request #654 from pheobeayo/fix-issues-#636
Browse files Browse the repository at this point in the history
Fix issues #636
  • Loading branch information
vplasencia authored Jan 21, 2025
2 parents 9018762 + d8c2e86 commit e5037a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/src/pages/groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function GroupsPage(): JSX.Element {
<VStack spacing="9" flex="1">
<HStack justifyContent="space-between" width="100%">
<Heading fontSize="40px" as="h1">
My groups
My groups ({_groups.length})
</Heading>
</HStack>

Expand Down Expand Up @@ -178,7 +178,7 @@ export default function GroupsPage(): JSX.Element {

<HStack justifyContent="space-between" width="100%">
<Heading fontSize="40px" as="h1">
All credential groups
All credential groups ({_allCredentialGroups.length})
</Heading>
</HStack>

Expand Down

0 comments on commit e5037a4

Please sign in to comment.