Update Table.jsx

This commit is contained in:
ZR21080178-闫志浩 2024-05-04 16:10:43 +08:00
parent e4940f907f
commit 942c018512

View File

@ -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>