use console.error instead of console.log

pull/451/head
slowbackspace 5 years ago
parent 15cc6e00f3
commit 4757c71f45

@ -100,7 +100,7 @@ export const fetchLocale = (locale: string): ThunkAction => (dispatch: Dispatch)
});
})
.catch(error => {
console.log(error);
console.error(error);
});
};

Loading…
Cancel
Save