diff --git a/static/js/market.js b/static/js/market.js index 2040f98..bd71d31 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 = relays + this.relays = new Set(relays) } else { this.relays = new Set(defaultRelays) }