mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Fix lint issues
This commit is contained in:
@@ -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) {
|
_highlightShip(shipId, event) {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
this.setState({ shipId });
|
this.setState({ shipId });
|
||||||
|
|||||||
Reference in New Issue
Block a user