Skip to content

Commit

Permalink
feat: book event #797
Browse files Browse the repository at this point in the history
event ui and functionalities
  • Loading branch information
jasurobo committed Jan 26, 2022
1 parent 6e9f531 commit f519516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions component/popup/ModalBookGuestEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const ModalBookGuestEvent = ({
async function subscribeNewsletter(email) {
try {
const response = await SubscribeService.addSubscription(email);
} catch (err) {
}
} catch (err) { }
}

function confirmEmail() {
Expand Down

0 comments on commit f519516

Please sign in to comment.