mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
converting more blade to react/ts
This commit is contained in:
@@ -63,7 +63,7 @@ export function CharacterInfo(p: IPlayer): React.ReactElement {
|
||||
if (src.casino) { parts.push([`Casino:`, Money(src.casino)]) }
|
||||
if (src.sleeves) { parts.push([`Sleeves:`, Money(src.sleeves)]) }
|
||||
|
||||
return StatsTable(parts, "");
|
||||
return StatsTable(parts);
|
||||
}
|
||||
|
||||
function openMoneyModal(): void {
|
||||
@@ -254,7 +254,7 @@ export function CharacterInfo(p: IPlayer): React.ReactElement {
|
||||
<span>{`Servers owned: ${p.purchasedServers.length} / ${getPurchaseServerLimit()}`}</span><br />
|
||||
<Hacknet />
|
||||
<span>{`Augmentations installed: ${p.augmentations.length}`}</span><br /><br />
|
||||
{StatsTable(timeRows, null)}
|
||||
{StatsTable(timeRows)}
|
||||
<br />
|
||||
<CurrentBitNode />
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user