diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue
index b9b70fd92..aeabcb96d 100644
--- a/src/components/ui/VnNotes.vue
+++ b/src/components/ui/VnNotes.vue
@@ -78,8 +78,8 @@ async function insert() {
             <TransitionGroup name="list" tag="div" class="column items-center full-width">
                 <QCard
                     class="q-pa-xs q-mb-sm full-width"
-                    v-for="(note, index) in rows"
-                    :key="note.id ?? index"
+                    v-for="note in rows"
+                    :key="note.id"
                 >
                     <QCardSection horizontal>
                         <VnAvatar