mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
More refactoring and porting to React
This commit is contained in:
@@ -11,10 +11,6 @@ export default class ShipSummaryTable extends TranslatedComponent {
|
||||
ship: React.PropTypes.object.isRequired
|
||||
}
|
||||
|
||||
shouldComponentUpdate() {
|
||||
return true;
|
||||
}
|
||||
|
||||
render() {
|
||||
let ship = this.props.ship;
|
||||
let language = this.context.language;
|
||||
|
||||
Reference in New Issue
Block a user