feat: ignore untrusted relay list and onion relays
This commit is contained in:
parent
8d23c49908
commit
c85892d6cd
3 changed files with 27 additions and 16 deletions
|
|
@ -54,7 +54,6 @@ const ProfilePage = forwardRef(({ id, index }: { id?: string; index?: number },
|
|||
if (!topContainer) return
|
||||
|
||||
const checkHeight = () => {
|
||||
console.log('checkHeight', topContainer.scrollHeight)
|
||||
setTopContainerHeight(topContainer.scrollHeight)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue