remove labels for verb length things
This commit is contained in:
parent
9204ca150c
commit
fc27807858
|
@ -40,12 +40,12 @@ function VPDisplay({ VP }: { VP: VPSelection }) {
|
||||||
</div>
|
</div>
|
||||||
{"long" in result.ps ?
|
{"long" in result.ps ?
|
||||||
<div>
|
<div>
|
||||||
<div className="h6">Long Verb:</div>
|
{/* <div className="h6">Long Verb:</div> */}
|
||||||
<VariationLayer vs={result.ps.long} />
|
<VariationLayer vs={result.ps.long} />
|
||||||
<div className="h6">Short Verb:</div>
|
{/* <div className="h6">Short Verb:</div> */}
|
||||||
<VariationLayer vs={result.ps.short} />
|
<VariationLayer vs={result.ps.short} />
|
||||||
{result.ps.mini && <>
|
{result.ps.mini && <>
|
||||||
<div className="h6">Mini Verb:</div>
|
{/* <div className="h6">Mini Verb:</div> */}
|
||||||
<VariationLayer vs={result.ps.mini} />
|
<VariationLayer vs={result.ps.mini} />
|
||||||
</>}
|
</>}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue