mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 22:31:14 +08:00
edited notes: space instead of comma for flexible styling
This commit is contained in:
parent
ed146f71c5
commit
aa7ecaf684
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue