diff --git a/src/UI/Popup/SendEmail.svelte b/src/UI/Popup/SendEmail.svelte index ca91bb06b..32a04f5f1 100644 --- a/src/UI/Popup/SendEmail.svelte +++ b/src/UI/Popup/SendEmail.svelte @@ -15,17 +15,8 @@ encodeURIComponent(subject) + "&body=" + encodeURIComponent(body) - $: console.log(url) - console.log(">>> args", args) {button_text} -SEND EMAIL to {to} -
-subject: {subject} -
-body: {body} -
-{button_text}