fix
This commit is contained in:
parent
72823ed4c8
commit
1063d49812
|
@ -116,7 +116,7 @@ Here's a chart of every possible combination of these choices, giving us all the
|
||||||
<td>{t[0]}</td>
|
<td>{t[0]}</td>
|
||||||
<td>{t[1] ? "yes" : "no"}</td>
|
<td>{t[1] ? "yes" : "no"}</td>
|
||||||
<td>{t[2] ? <div><Video />{` `}imperfective</div> : <div><Camera />{` `}perfective</div>}</td>
|
<td>{t[2] ? <div><Video />{` `}imperfective</div> : <div><Camera />{` `}perfective</div>}</td>
|
||||||
<td>{t[3] ? "stem" : "root"}</td>
|
<td>{t[3] ? "root" : "stem"}</td>
|
||||||
</tr>
|
</tr>
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue