diff --git a/src/lib/components/notes/Notes.svelte b/src/lib/components/notes/Notes.svelte index fd8ff6b1b..4b460b2dc 100644 --- a/src/lib/components/notes/Notes.svelte +++ b/src/lib/components/notes/Notes.svelte @@ -99,14 +99,14 @@ -
+
{#if Object.keys(notes).length > 0} {#each Object.keys(notes) as timeRange} -
+
{$i18n.t(timeRange)}
-
+
{#each notes[timeRange] as note, idx (note.id)}