diff --git a/src/components/table.jsx b/src/components/table.jsx index 184607d..d8c036d 100644 --- a/src/components/table.jsx +++ b/src/components/table.jsx @@ -92,11 +92,11 @@ export default function Table(props) { -

+

Comment :{" "} {props.tableData.comment === "" ? "No comment" - : props.tableData.comment} + :

{props.tableData.comment}
}