fix: remove alert

pull/100/head
Pierre-Louis Guhur 1 year ago
parent 34620dbebc
commit cdab2f4a16

@ -66,7 +66,6 @@ const CandidateModal = ({isOpen, position, toggle}) => {
return;
}
if (names.includes(state.name)) {
alert('foo');
dispatchApp({
type: AppTypes.TOAST_ADD,
status: 'error',

@ -26,7 +26,6 @@ const mg = mailgun.client({
i18next.init(i18n, (err, t) => {
if (err) return console.log('something went wrong loading', err);
t("foo");
});

Loading…
Cancel
Save