+ {isNoteLoading ? (
+
+
+ Checking note status...
+
+ ) : events.length > 0 ? (
+
+ Success!
+ Note found with ID:
+
+ {`${events[0].id.slice(0, 5)}...${events[0].id.slice(-3)}`}
+
+
+ ) : (
+ Note not found. It may take a moment to propagate.
+ )}
+
+