Skip to content

Commit

Permalink
Update emailService.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolopaganini authored Nov 5, 2023
1 parent 355d4e8 commit 6d3f976
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/js/control/emailService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ function EmailHelper() {
});
}, []);

// Return your JSX component here
return (
<div>
{/* Your component JSX */}
<button onClick={() => sendEmail('exampleDatabase', emailConfig)}>
Send Email
</button>
Expand Down

0 comments on commit 6d3f976

Please sign in to comment.