mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Ship summary table header fix
This commit is contained in:
@@ -144,7 +144,7 @@ export default class ShipSummaryTable extends TranslatedComponent {
|
|||||||
<th className={'bordered'}>{`${translate('absolute')}`}</th>
|
<th className={'bordered'}>{`${translate('absolute')}`}</th>
|
||||||
<th>{`${translate('explosive')}`}</th>
|
<th>{`${translate('explosive')}`}</th>
|
||||||
<th>{`${translate('kinetic')}`}</th>
|
<th>{`${translate('kinetic')}`}</th>
|
||||||
<th>{`${translate('explosive')}`}</th>
|
<th>{`${translate('thermal')}`}</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user