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 e08da89 commit 9267186Copy full SHA for 9267186
src/accounts/context/userAccount.tsx
@@ -165,7 +165,7 @@ export const UserAccountProvider: FC<Props> = React.memo(({children}) => {
165
166
if (
167
isFlagEnabled('multiAccount') &&
168
- isFlagEnabled('avatarNameForMultiAccountFix')
+ isFlagEnabled('avatarWidgetMultiAccountInfo')
169
) {
170
const name = resp.data.name
171
const id = resp.data.id.toString()
src/me/actions/thunks/index.ts
@@ -32,7 +32,7 @@ export const getMe = () => async (
32
33
34
35
36
37
const resp = await getAccounts({})
38
0 commit comments