fix: 🐛
This commit is contained in:
parent
31f70c2ab1
commit
b5174df32c
4 changed files with 19 additions and 11 deletions
|
|
@ -46,7 +46,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
|||
const [signer, setSigner] = useState<ISigner | null>(null)
|
||||
const [openLoginDialog, setOpenLoginDialog] = useState(false)
|
||||
const { relayUrls: currentRelayUrls } = useRelaySettings()
|
||||
const relayList = useFetchRelayList(account?.pubkey)
|
||||
const { relayList } = useFetchRelayList(account?.pubkey)
|
||||
|
||||
useEffect(() => {
|
||||
const init = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue