mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
chore(client): fix a table nesting issue
This commit is contained in:
@@ -37,6 +37,7 @@ export default function NoteInfoTab({ note }: TabContext) {
|
||||
<div className="note-info-widget">
|
||||
{note && (
|
||||
<table className="note-info-widget-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{t("note_info_widget.note_id")}:</th>
|
||||
<td>{note.noteId}</td>
|
||||
@@ -84,6 +85,7 @@ export default function NoteInfoTab({ note }: TabContext) {
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user