Skip to content

Commit e961579

Browse files
committed
Update NoteList.vue
1 parent 39030ba commit e961579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presentation/components/note-list/NoteList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function getSubtitle(note: Note): string | undefined {
6666
return;
6767
}
6868
69-
return t('home.updated') + ' ' + formatShortDate(note.updatedAt);
69+
return `${t('home.updated')} ${formatShortDate(note.updatedAt)}`;
7070
}
7171
7272
</script>

0 commit comments

Comments
 (0)