mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-22 03:16:33 +00:00
fix linking just click bug and endTableId error
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
Reference in New Issue
Block a user