refactor i18n
This commit is contained in:
@@ -663,7 +663,7 @@ const openWhatsApp = () => {
|
||||
// hide the modal
|
||||
hideMailgo();
|
||||
};
|
||||
const callDefault = () => {
|
||||
const callDefault = (event) => {
|
||||
let callUrl = "tel:" + tel;
|
||||
window.open(callUrl);
|
||||
hideMailgo();
|
||||
|
||||
Reference in New Issue
Block a user