Skip to content

Commit

Permalink
style: fix code style with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Jan 9, 2025
1 parent 310c5a3 commit 8641c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/dashboard/src/pages/groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function GroupsPage(): JSX.Element {

<Stack
justifyContent="space-between"
width={{lg: "100%"}}
width={{ lg: "100%" }}
direction={{ base: "column", lg: "row" }}
spacing={2}
>
Expand Down Expand Up @@ -151,7 +151,7 @@ export default function GroupsPage(): JSX.Element {
xl: "repeat(3, 1fr)"
}}
gap={10}
w={{md:"100%"}}
w={{ md: "100%" }}
mt="60px"
>
{_groups
Expand Down Expand Up @@ -202,7 +202,7 @@ export default function GroupsPage(): JSX.Element {
xl: "repeat(3, 1fr)"
}}
gap={10}
w={{md:"100%"}}
w={{ md: "100%" }}
mt="60px"
>
{_allCredentialGroups
Expand Down

0 comments on commit 8641c37

Please sign in to comment.