We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20d43e commit c8ba556Copy full SHA for c8ba556
src/hooks/useLinguo.js
@@ -98,7 +98,7 @@ export const useLinguoApi = () => {
98
99
const getReviewTimeout = (_address = address) => {
100
const timeout = _call(_address, Linguo.abi, LinguoInteraction.reviewTimeout);
101
- return (timeout && timeout.toString()) || undefined;
+ return (timeout && timeout.toString()) || 0;
102
};
103
104
const getRewardPoolParams = () => {
0 commit comments