summaryrefslogtreecommitdiff
path: root/gui/src/components/nostr/Feed.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/components/nostr/Feed.tsx')
-rw-r--r--gui/src/components/nostr/Feed.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/components/nostr/Feed.tsx b/gui/src/components/nostr/Feed.tsx
index 0e74cea..d21307b 100644
--- a/gui/src/components/nostr/Feed.tsx
+++ b/gui/src/components/nostr/Feed.tsx
@@ -14,6 +14,7 @@ export default function Nostr() {
}));
console.log({ relays });
const [isSyncing, setIsSyncing] = useState(false);
+ console.log({ nostrFeed });
const feed = eventsToFc(nostrFeed);
console.log({ feed });
const refetch = () => feed;