mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 11:15:43 +03:00
Fix result undefined
This commit is contained in:
parent
d6499cf7fd
commit
34fcf5e8bd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function TranslationBlock({
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.error(result);
|
if (error) console.error(error);
|
||||||
setUIState('error');
|
setUIState('error');
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue