Skip to content

Commit

Permalink
Update AddWallets.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 authored May 27, 2024
1 parent d160115 commit b31707c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ export const AddWallets = ({
};

const handleSearch = async ({ searchedText }: { searchedText: string }): Promise<void> => {
//fix ens search
console.log('searchedText', searchedText);
const newChatUser = await getNewChatUser({
searchText: searchedText,
fetchChatProfile: fetchUserProfile,
Expand Down

0 comments on commit b31707c

Please sign in to comment.