Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Sep 4, 2024
1 parent d5fd1e7 commit d3b6269
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ContactUsModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ const ContactUsModal = ({
fontSize={'18px'}
value={methodInput}
onChange={(e: any) => {
console.log('LOG -- AAA ', e.target.value);
setMethodInput(e.target.value);
// valideYourTelegramAcc(e.target.value);
}}
Expand Down

0 comments on commit d3b6269

Please sign in to comment.