From 85256e6c1f581fd91fa619627792296e80a2429c Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 31 May 2022 19:53:58 -0500 Subject: [PATCH] show formula with the passive now that we have the passive roots and stems showing --- src/components/vp-explorer/TensePicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/vp-explorer/TensePicker.tsx b/src/components/vp-explorer/TensePicker.tsx index 92d132d..3ba10a8 100644 --- a/src/components/vp-explorer/TensePicker.tsx +++ b/src/components/vp-explorer/TensePicker.tsx @@ -177,7 +177,7 @@ function TensePicker(props: ({ : verbTenseOptions; const showImperativeOption = ("vps" in props && props.vps.verb.voice === "active") || ("vpsComplete" in props && props.vpsComplete.verb.voice !== "active"); - const canHaveFormula = "vps" in props && props.vps.verb.voice === "active"; + const canHaveFormula = "vps" in props; return