Ship summary table header fix

This commit is contained in:
felixlinker
2018-08-30 19:14:16 +02:00
parent df14786e79
commit 013460ada4

View File

@@ -144,7 +144,7 @@ export default class ShipSummaryTable extends TranslatedComponent {
<th className={'bordered'}>{`${translate('absolute')}`}</th>
<th>{`${translate('explosive')}`}</th>
<th>{`${translate('kinetic')}`}</th>
<th>{`${translate('explosive')}`}</th>
<th>{`${translate('thermal')}`}</th>
<th></th>
</tr>
</thead>