Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidSumra committed Dec 9, 2024
1 parent 23220f3 commit 386cd46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form/FormFields/PhoneNumberFormField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const PhoneNumberFormField = React.forwardRef<HTMLInputElement, Props>(
};

useEffect(() => {
console.log(field.value);
if (field.value && field.value.length > 0) {
if (field.value.startsWith("1800")) {
setCountry({ flag: "📞", name: "Support", code: "1800" });
Expand Down

0 comments on commit 386cd46

Please sign in to comment.