removed ts-loader for babel-loader

This commit is contained in:
Matteo Manzinello
2020-07-01 14:48:18 +02:00
parent 1d0190a18d
commit c0568f05ae
5 changed files with 1465 additions and 1342 deletions

View File

@@ -578,7 +578,7 @@ const openWhatsApp = (): void => {
hideMailgo();
};
const callDefault = (event?: any): void => {
const callDefault = () => {
let callUrl = "tel:" + tel;
window.open(callUrl);
hideMailgo();