+ {eventIds.slice(0, showCount).map((eventId) => (
+
+ ))}
+
+ {showCount < eventIds.length ? (
+
+
+
+ ) : (
+
+ {t('no more bookmarks')}
+
+ )}
+
+ )
+}
+
+function BookmarkedNote({ eventId }: { eventId: string }) {
+ const { event, isFetching } = useFetchEvent(eventId)
+
+ if (isFetching) {
+ return