File tree 1 file changed +1
-1
lines changed
site/src/pages/UserSettingsPage/AccountPage 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import Button from "@mui/material/Button";
2
2
import { type FC , useEffect , useState } from "react" ;
3
3
import { useQuery } from "react-query" ;
4
4
import { groupsForUser } from "api/queries/groups" ;
5
+ import { DisabledBadge , EnabledBadge } from "components/Badges/Badges" ;
5
6
import { Stack } from "components/Stack/Stack" ;
6
7
import { useAuthContext } from "contexts/auth/AuthProvider" ;
7
8
import { useAuthenticated } from "contexts/auth/RequireAuth" ;
8
9
import { useDashboard } from "modules/dashboard/useDashboard" ;
9
10
import { Section } from "../Section" ;
10
11
import { AccountForm } from "./AccountForm" ;
11
12
import { AccountUserGroups } from "./AccountUserGroups" ;
12
- import { DisabledBadge , EnabledBadge } from "components/Badges/Badges" ;
13
13
14
14
export const AccountPage : FC = ( ) => {
15
15
const { user : me , permissions, organizationId } = useAuthenticated ( ) ;
You can’t perform that action at this time.
0 commit comments