mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 23:37:33 +01:00
Fix character-overview-text being nested twice.
This commit is contained in:
parent
065544909b
commit
800c673839
@ -15,7 +15,6 @@ export class CharacterOverviewComponent extends Component {
|
||||
);
|
||||
|
||||
return (
|
||||
<div id="character-overview-text">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr id="character-hp-wrapper">
|
||||
@ -48,7 +47,6 @@ export class CharacterOverviewComponent extends Component {
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user