mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 17:08: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">
|
<div className="file-properties-widget">
|
||||||
{note && (
|
{note && (
|
||||||
<table class="file-table">
|
<table class="file-table">
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-nowrap">{t("file_properties.note_id")}:</th>
|
<th class="text-nowrap">{t("file_properties.note_id")}:</th>
|
||||||
<td class="file-note-id">{note.noteId}</td>
|
<td class="file-note-id">{note.noteId}</td>
|
||||||
@ -70,6 +71,7 @@ export default function FilePropertiesTab({ note }: { note?: FNote | null }) {
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user