mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 07:58:59 +01:00
edited notes: remove comma for flexible styling (#7609)
This commit is contained in:
commit
70a4feff50
@ -41,7 +41,7 @@ export default function EditedNotesTab({ note }: TabContext) {
|
|||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}))}
|
}), " ")}
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="no-edited-notes-found">{t("edited_notes.no_edited_notes_found")}</div>
|
<div className="no-edited-notes-found">{t("edited_notes.no_edited_notes_found")}</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user