fix: 🐛

This commit is contained in:
codytseng
2024-12-24 13:08:40 +08:00
parent 31f70c2ab1
commit b5174df32c
4 changed files with 19 additions and 11 deletions

View File

@@ -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 () => {