chore: add log warning
This commit is contained in:
@@ -10,6 +10,7 @@ import i18n from '../i18n';
|
|||||||
|
|
||||||
const Login = () => {
|
const Login = () => {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
// just don't remove these logs - god knows why it's not working without them
|
||||||
console.log(i18n)
|
console.log(i18n)
|
||||||
console.log(t)
|
console.log(t)
|
||||||
const [form, setForm] = useState({
|
const [form, setForm] = useState({
|
||||||
|
|||||||
Reference in New Issue
Block a user