- {error ? {error}
: null}
- {note ? (
- <>
-
- Updated {new Date(note.updatedAt).toLocaleString()} · {note.expiresAt ? `Expires ${new Date(note.expiresAt).toLocaleDateString()}` : "Expires when revoked"} · Note ID {note.noteId}
-
-
- >
- ) : null}
-