diff --git a/memento-note/components/note-card.tsx b/memento-note/components/note-card.tsx index c3e3fc9..3d1d367 100644 --- a/memento-note/components/note-card.tsx +++ b/memento-note/components/note-card.tsx @@ -597,10 +597,10 @@ export const NoteCard = memo(function NoteCard({ {/* Versioning indicator */} {optimisticNote.historyEnabled && (
- +
)}