LMSN-191
hapus console log
This commit is contained in:
@@ -92,8 +92,6 @@ export default function CardFamilyInformation({ data }) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(data?.family);
|
|
||||||
|
|
||||||
const isValidEmail = (email) => {
|
const isValidEmail = (email) => {
|
||||||
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
||||||
return emailRegex.test(email);
|
return emailRegex.test(email);
|
||||||
|
|||||||
Reference in New Issue
Block a user