Reorder panels

This commit is contained in:
Cmdr McDonald
2017-02-22 00:14:21 +00:00
parent 11f5c04efa
commit ba98fe49a9
5 changed files with 11 additions and 10 deletions

View File

@@ -278,7 +278,7 @@ export default class DamageReceived extends TranslatedComponent {
return (
<span>
<h1>{translate('damage received by')} {expanded ? <span onClick={onCollapseExpand}><CollapseSection className='summary'/></span> : <span onClick={onCollapseExpand}><ExpandSection className='summary'/></span>}</h1>
<h1>{translate('damage received from')} {expanded ? <span onClick={onCollapseExpand}><CollapseSection className='summary'/></span> : <span onClick={onCollapseExpand}><ExpandSection className='summary'/></span>}</h1>
{expanded ? <span>
<table className='summary' style={{ width: '100%' }}>
<thead>