show formula with the passive now that we have the passive roots and stems showing

This commit is contained in:
lingdocs 2022-05-31 19:53:58 -05:00
parent c250539249
commit 85256e6c1f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function TensePicker(props: ({
: verbTenseOptions; : verbTenseOptions;
const showImperativeOption = ("vps" in props && props.vps.verb.voice === "active") const showImperativeOption = ("vps" in props && props.vps.verb.voice === "active")
|| ("vpsComplete" in props && props.vpsComplete.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 <div> return <div>
<div style={{ maxWidth: "300px", minWidth: "250px", margin: "0 auto" }}> <div style={{ maxWidth: "300px", minWidth: "250px", margin: "0 auto" }}>
<div className="d-flex flex-row justify-content-between align-items-center"> <div className="d-flex flex-row justify-content-between align-items-center">