Fix character-overview-text being nested twice.

This commit is contained in:
Olivier Gagnon 2021-05-03 00:47:56 -04:00
parent 065544909b
commit 800c673839

@ -15,7 +15,6 @@ export class CharacterOverviewComponent extends Component {
); );
return ( return (
<div id="character-overview-text">
<table> <table>
<tbody> <tbody>
<tr id="character-hp-wrapper"> <tr id="character-hp-wrapper">
@ -48,7 +47,6 @@ export class CharacterOverviewComponent extends Component {
} }
</tbody> </tbody>
</table> </table>
</div>
) )
} }
} }