diff --git a/src/markets/theMarket/buySlaves.js b/src/markets/theMarket/buySlaves.js
index ebc8e2a367a776da20b027b50482610ebf617a56..db58d78e71731b27f2d7071d98c5beff0eb82f7a 100644
--- a/src/markets/theMarket/buySlaves.js
+++ b/src/markets/theMarket/buySlaves.js
@@ -67,11 +67,13 @@ App.UI.buySlaves = function() {
 					App.UI.DOM.link(
 						"Slaves from",
 						() => {
-							V.slaveMarket = "neighbor";
-							V.numArcology = _i;
+							App.UI.specificMarket({
+								market:  "neighbor",
+								slaveMarket: 0,
+								newSlaves: [],
+								numArcology: _i
+							});
 						},
-						[],
-						"Slave Markets"
 					)
 				);
 				App.UI.DOM.appendNewElement("span", linkUnit, ` ${V.arcologies[_i].name}`, "bold");