We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037d90b commit 264988fCopy full SHA for 264988f
frontend/src/routes/_account.index.tsx
@@ -27,7 +27,6 @@ import AddEmailForm from "../components/UserProfile/AddEmailForm";
27
import UserEmailList, {
28
query as userEmailListQuery,
29
} from "../components/UserProfile/UserEmailList";
30
-
31
import { graphql } from "../gql";
32
import { graphqlRequest } from "../graphql";
33
frontend/tests/mocks/handlers.ts
@@ -82,13 +82,11 @@ export const handlers = [
82
),
83
84
85
- siteConfig: Object.assign(
86
- makeFragmentData(
87
- {
88
- displayNameChangeAllowed: true,
89
- },
90
- USER_GREETING_CONFIG_FRAGMENT,
91
- ),
+ siteConfig: makeFragmentData(
+ {
+ displayNameChangeAllowed: true,
+ },
+ USER_GREETING_CONFIG_FRAGMENT,
92
93
},
94
}),
0 commit comments