mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -60,9 +60,7 @@ export class AutoupdatingParagraph extends React.Component<IProps, IState> {
|
||||
return (
|
||||
<div className="tooltip" style={this.props.style}>
|
||||
<p>{this.props.getContent()}</p>
|
||||
{this.hasTooltip() && (
|
||||
<span className={"tooltiptext"}>{this.tooltip()}</span>
|
||||
)}
|
||||
{this.hasTooltip() && <span className={"tooltiptext"}>{this.tooltip()}</span>}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user