We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1144a1 commit aabad1eCopy full SHA for aabad1e
web/src/context/AtlasProvider.tsx
@@ -229,7 +229,6 @@ const AtlasProvider: React.FC<{ children?: React.ReactNode }> = ({ children }) =
229
if (!address || !isVerified) return false;
230
setIsUpdatingUser(true);
231
232
- // const emailUpdated = await updateEmailInAtlas(atlasGqlClient, userSettings);
233
const emailUpdated = await fetchWithAuthErrorHandling(() => updateEmailInAtlas(atlasGqlClient, userSettings));
234
refetchUser();
235
0 commit comments