oops
This commit is contained in:
parent
620fa26d62
commit
2b78924c72
|
@ -64,7 +64,7 @@ function VerbFormDisplay({ displayForm, textOptions, info, showingFormInfo, engl
|
||||||
}
|
}
|
||||||
// setPersInf("mascSing");
|
// setPersInf("mascSing");
|
||||||
// setShowingExplanation(false);
|
// setShowingExplanation(false);
|
||||||
}, [block, length, chosenPersInf]);
|
}, [block, length, chosenPersInf, defaultLength]);
|
||||||
// TODO: This could be handled better to avoid the react-hooks/exhaustive-deps warning ?
|
// TODO: This could be handled better to avoid the react-hooks/exhaustive-deps warning ?
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setShowingExplanation(false);
|
setShowingExplanation(false);
|
||||||
|
|
Loading…
Reference in New Issue