diff --git a/static/js/market.js b/static/js/market.js index 80063b6..e2297d0 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -114,7 +114,7 @@ const market = async () => { this.pubkeys.add(this.account.pubkey) } if (relays && relays.length) { - this.relays = new Set([...defaultRelays, ...relays]) + this.relays = relays } else { this.relays = new Set(defaultRelays) }