diff --git a/src/components/VerbFormDisplay.tsx b/src/components/VerbFormDisplay.tsx index 1b1e90b..9d5d20e 100644 --- a/src/components/VerbFormDisplay.tsx +++ b/src/components/VerbFormDisplay.tsx @@ -64,7 +64,7 @@ function VerbFormDisplay({ displayForm, textOptions, info, showingFormInfo, engl } // setPersInf("mascSing"); // setShowingExplanation(false); - }, [block, length, chosenPersInf]); + }, [block, length, chosenPersInf, defaultLength]); // TODO: This could be handled better to avoid the react-hooks/exhaustive-deps warning ? useEffect(() => { setShowingExplanation(false);