forked from coracle/flotilla
Switch to new relays store
This commit is contained in:
@@ -294,7 +294,7 @@ export const checkRelayAccess = async (url: string, claim = "") => {
|
||||
export const checkRelayProfile = async (url: string) => {
|
||||
const relay = await loadRelay(url)
|
||||
|
||||
if (!relay?.profile) {
|
||||
if (!relay) {
|
||||
return "Sorry, we weren't able to find that relay."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user