refactor i18n

This commit is contained in:
Matteo Manzinello
2020-07-01 14:38:54 +02:00
parent f48e5a45d0
commit 74943f2c53
10 changed files with 1011 additions and 22 deletions

View File

@@ -663,7 +663,7 @@ const openWhatsApp = () => {
// hide the modal
hideMailgo();
};
const callDefault = () => {
const callDefault = (event) => {
let callUrl = "tel:" + tel;
window.open(callUrl);
hideMailgo();