This commit is contained in:
parent
06ed7a0df8
commit
b7b4d2e87f
|
@ -39,13 +39,14 @@ function VerbFormsTruthTable() {
|
||||||
<td>
|
<td>
|
||||||
{t[2] ? (
|
{t[2] ? (
|
||||||
<div>
|
<div>
|
||||||
<Video />
|
{" "}
|
||||||
{` `}imperfective
|
<Camera />
|
||||||
|
{` `}perfective
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
<Camera />
|
<Video />
|
||||||
{` `}perfective
|
{` `}imperfective
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -7,4 +7,4 @@ export const tenseData = [
|
||||||
["habitual continuous past", true, false, true],
|
["habitual continuous past", true, false, true],
|
||||||
["simple past", false, true, true],
|
["simple past", false, true, true],
|
||||||
["habitual simple past", true, true, true],
|
["habitual simple past", true, true, true],
|
||||||
]
|
];
|
||||||
|
|
Loading…
Reference in New Issue