chore: Update translations

This commit is contained in:
Martti Malmi
2023-12-12 12:08:25 +00:00
parent dcb3389aa1
commit 47d187516f
3 changed files with 26 additions and 22 deletions

View File

@ -683,7 +683,11 @@ export function NoteCreator() {
if (!note.show) return null;
return (
<Modal id="note-creator" bodyClassName="modal-body flex flex-col gap-4" className="note-creator-modal" onClose={reset}>
<Modal
id="note-creator"
bodyClassName="modal-body flex flex-col gap-4"
className="note-creator-modal"
onClose={reset}>
{noteCreatorForm()}
</Modal>
);