Skip to content

Commit 264988f

Browse files
committed
Revert unnecessary change
1 parent 037d90b commit 264988f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

frontend/src/routes/_account.index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import AddEmailForm from "../components/UserProfile/AddEmailForm";
2727
import UserEmailList, {
2828
query as userEmailListQuery,
2929
} from "../components/UserProfile/UserEmailList";
30-
3130
import { graphql } from "../gql";
3231
import { graphqlRequest } from "../graphql";
3332

frontend/tests/mocks/handlers.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ export const handlers = [
8282
),
8383
),
8484

85-
siteConfig: Object.assign(
86-
makeFragmentData(
87-
{
88-
displayNameChangeAllowed: true,
89-
},
90-
USER_GREETING_CONFIG_FRAGMENT,
91-
),
85+
siteConfig: makeFragmentData(
86+
{
87+
displayNameChangeAllowed: true,
88+
},
89+
USER_GREETING_CONFIG_FRAGMENT,
9290
),
9391
},
9492
}),

0 commit comments

Comments
 (0)