diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx index d561bee0..c6b275f3 100755 --- a/src/app/pages/ShipyardPage.jsx +++ b/src/app/pages/ShipyardPage.jsx @@ -89,6 +89,11 @@ export default class ShipyardPage extends Page { }; } + /** + * Higlight the current ship in the table + * @param {String} shipId Ship Id + * @param {SyntheticEvent} event Event + */ _highlightShip(shipId, event) { event.stopPropagation(); this.setState({ shipId }); @@ -128,7 +133,7 @@ export default class ShipyardPage extends Page { return