this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix result undefined

+1 -1
+1 -1
src/components/translation-block.jsx
··· 89 89 }); 90 90 } 91 91 } else { 92 - console.error(result); 92 + if (error) console.error(error); 93 93 setUIState('error'); 94 94 } 95 95 } catch (e) {