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; return;
} }
if (names.includes(state.name)) { if (names.includes(state.name)) {
alert('foo');
dispatchApp({ dispatchApp({
type: AppTypes.TOAST_ADD, type: AppTypes.TOAST_ADD,
status: 'error', status: 'error',

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

Loading…
Cancel
Save