From afbfe3ea12afddfab4b78e27223d6d545ce8e98e Mon Sep 17 00:00:00 2001 From: William Blythe Date: Sat, 25 Aug 2018 13:59:14 +1000 Subject: [PATCH] update orbis integration --- src/app/pages/OutfittingPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/OutfittingPage.jsx b/src/app/pages/OutfittingPage.jsx index 062b3415..7fc02bc5 100644 --- a/src/app/pages/OutfittingPage.jsx +++ b/src/app/pages/OutfittingPage.jsx @@ -513,7 +513,7 @@ export default class OutfittingPage extends Page { const ship = this.state.ship; ship.coriolisId = ship.id; data.coriolisShip = ship; - data.coriolisShip.url = window.location.href; + data.url = window.location.href; data.title = this.state.buildName || ship.id; data.description = this.state.buildName || ship.id; data.ShipName = ship.id;