edited notes: remove comma for flexible styling (#7609)

This commit is contained in:
Elian Doran 2025-11-04 08:43:27 +02:00 committed by GitHub
commit 70a4feff50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ export default function EditedNotesTab({ note }: TabContext) {
)}
</span>
)
}))}
}), " ")}
</div>
) : (
<div className="no-edited-notes-found">{t("edited_notes.no_edited_notes_found")}</div>