edited notes: space instead of comma for flexible styling

This commit is contained in:
contributor
2025-11-03 15:13:06 +02:00
parent ed146f71c5
commit aa7ecaf684

View File

@@ -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>