diff --git a/src/components/Bookmarks.tsx b/src/components/Bookmarks.tsx index 821ba227..05fe3084 100644 --- a/src/components/Bookmarks.tsx +++ b/src/components/Bookmarks.tsx @@ -78,7 +78,7 @@ const Bookmarks: React.FC = ({ relayPool, onLogout }) => { try { setLoading(true) - console.log('Fetching bookmark list for pubkey:', activeAccount.pubkey) + console.log('🚀 NEW VERSION: Fetching bookmark list for pubkey:', activeAccount.pubkey) // Get relay URLs from the pool const relayUrls = Array.from(relayPool.relays.values()).map(relay => relay.url)