mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -63,11 +63,7 @@ export class PopupButton extends React.Component<IPopupButtonProps, any> {
|
||||
const className = this.props.class ? this.props.class : "std-button";
|
||||
|
||||
return (
|
||||
<button
|
||||
className={className}
|
||||
onClick={this.handleClick}
|
||||
style={this.props.style}
|
||||
>
|
||||
<button className={className} onClick={this.handleClick} style={this.props.style}>
|
||||
{this.props.text}
|
||||
</button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user