mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 08:58:58 +01:00
chore(react/type_widget): fix missing tbody
This commit is contained in:
parent
d83ff641d7
commit
034073a5e1
@ -18,6 +18,7 @@ export default function FilePropertiesTab({ note }: { note?: FNote | null }) {
|
||||
<div className="file-properties-widget">
|
||||
{note && (
|
||||
<table class="file-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="text-nowrap">{t("file_properties.note_id")}:</th>
|
||||
<td class="file-note-id">{note.noteId}</td>
|
||||
@ -70,6 +71,7 @@ export default function FilePropertiesTab({ note }: { note?: FNote | null }) {
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user