fix linking just click bug and endTableId error

This commit is contained in:
1ilit
2023-09-19 15:47:59 +03:00
parent 0601f76497
commit c3071ebf13
7 changed files with 87 additions and 20 deletions

View File

@@ -205,7 +205,7 @@ export default function Table(props) {
</p>
<p className="text-slate-600">
<strong>Comment :</strong>{" "}
{e.default === "" ? "Not comment" : e.comment}
{e.comment === "" ? "Not comment" : e.comment}
</p>
</div>
}