${this.otherPlayers.map((playerName) => { if (collectionLog.isItemUnlocked(playerName, this.itemId)) { return ``; } return ""; }).join("")}