mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-25 11:09:11 +00:00
Update Table.jsx
This commit is contained in:
parent
e4940f907f
commit
942c018512
@ -221,7 +221,7 @@ export default function Table(props) {
|
||||
)}
|
||||
<p>
|
||||
<strong>Default: </strong>
|
||||
{e.default === "" ? "Not set" : e.default + ''}
|
||||
{e.default === "" ? "Not set" : e.default}
|
||||
</p>
|
||||
<p>
|
||||
<strong>Comment: </strong>
|
||||
|
Loading…
Reference in New Issue
Block a user