diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index 1041e1e80538cd9671c6d71981ba042a406d5d2d..65123bbca5f07c4935bf52372ffe9266bc29fae0 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -1599,7 +1599,7 @@ globalThis.BeautyTooltip = function(slave) {
 	// Make a link. Text should be slave's beauty. Clicking the link will display detailed info about that beauty over the top of the page (tooltip-style)
 	const beauty = Beauty(slave);
 	const displayFunc = V.cheatMode || V.debugMode ? BeautyDisplay : undefined;
-	const interactor = new App.UI.DOM.InteractiveDetails("beauty", beauty.toString(), displayFunc, ["pink", "bold"]);
+	const interactor = new App.UI.DOM.InteractiveDetails(beauty.toString(), displayFunc, ["pink", "bold"]);
 	return interactor.render();
 
 	// Upon the link being clicked, set up some links to sort the info and a span to show it in