diff --git a/src/views/relays/index.tsx b/src/views/relays/index.tsx index 5df3be0..048a142 100644 --- a/src/views/relays/index.tsx +++ b/src/views/relays/index.tsx @@ -31,54 +31,6 @@ export default function RelaysView() { }> App Relays - }> - Cache Relay - - {account && ( - <> - }> - Mailboxes - - }> - Media Servers - - }> - Search Relays - - - )} - }> - WebRTC Relays - - {nip05?.exists && ( - }> - NIP-05 Relays - - )} - {account && ( - <> - }> - Contact List Relays - - - )} - {/* {account && ( - <> - - Relay Sets - - {relaySets.map((set) => ( - - ))} - - )} */} );