chore(client): missing class selector

This commit is contained in:
Elian Doran 2025-09-14 20:57:36 +03:00
parent adae78e747
commit 29f9c311d2
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ export default function NoteInfoTab({ note }: TabContext) {
<tbody>
<tr>
<th>{t("note_info_widget.note_id")}:</th>
<td>{note.noteId}</td>
<td class="note-info-id">{note.noteId}</td>
<th>{t("note_info_widget.created")}:</th>
<td>{formatDateTime(metadata?.dateCreated)}</td>
<th>{t("note_info_widget.modified")}:</th>