mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 07:33:48 +01:00
UI: Remove unnecessary newlines when augmentation does not have stats (#1698)
This commit is contained in:
parent
424ae160ba
commit
cc4c6d150b
@ -168,10 +168,14 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac
|
|||||||
const description = (
|
const description = (
|
||||||
<>
|
<>
|
||||||
{info}
|
{info}
|
||||||
|
{aug.stats && (
|
||||||
|
<>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
{aug.stats}
|
{aug.stats}
|
||||||
</>
|
</>
|
||||||
|
)}
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user