Fix result undefined
This commit is contained in:
parent
d6499cf7fd
commit
34fcf5e8bd
|
@ -89,7 +89,7 @@ function TranslationBlock({
|
|||
});
|
||||
}
|
||||
} else {
|
||||
console.error(result);
|
||||
if (error) console.error(error);
|
||||
setUIState('error');
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue