Skip to content

Commit aabad1e

Browse files
refactor(web): remove-irrelevant-comment
1 parent b1144a1 commit aabad1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/context/AtlasProvider.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ const AtlasProvider: React.FC<{ children?: React.ReactNode }> = ({ children }) =
229229
if (!address || !isVerified) return false;
230230
setIsUpdatingUser(true);
231231

232-
// const emailUpdated = await updateEmailInAtlas(atlasGqlClient, userSettings);
233232
const emailUpdated = await fetchWithAuthErrorHandling(() => updateEmailInAtlas(atlasGqlClient, userSettings));
234233
refetchUser();
235234

0 commit comments

Comments
 (0)