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