From f70455ce26c7ab43c0af4c4705e86808a96c9c81 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sun, 31 Jan 2021 20:20:17 +0100 Subject: [PATCH] Remove manufacturer from overview Closes #366 --- src/app/pages/ShipyardPage.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx index 4f3a60c9..c3941a98 100644 --- a/src/app/pages/ShipyardPage.jsx +++ b/src/app/pages/ShipyardPage.jsx @@ -205,7 +205,6 @@ export default class ShipyardPage extends Page { onMouseEnter={noTouch && this._highlightShip.bind(this, s.id)} onClick={() => this._toggleCompare(s.id)} > - {s.manufacturer} {fInt(s.retailCost)} {translate(SizeMap[s.class])} {fInt(s.crew)} @@ -368,13 +367,6 @@ export default class ShipyardPage extends Page { -
- {translate('manufacturer')} -