Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed Sep 25, 2023
1 parent adae6db commit 9e583b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useInitXmtpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const useInitXmtpClient = () => {
}

if (window.ethereum?.isMetaMask) {
// Check snaps flow
// Snaps flow — TODO: move to SDK side after ironing out all edge cases.
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
const browserSupportSnaps = await Client.isSnapsReady();
if (browserSupportSnaps) {
Expand Down

0 comments on commit 9e583b1

Please sign in to comment.