mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -21,11 +21,7 @@ export function GeneralActionList(props: IProps): React.ReactElement {
|
||||
<>
|
||||
{actions.map((action: Action) => (
|
||||
<li key={action.name} className="bladeburner-action">
|
||||
<GeneralActionElem
|
||||
bladeburner={props.bladeburner}
|
||||
action={action}
|
||||
player={props.player}
|
||||
/>
|
||||
<GeneralActionElem bladeburner={props.bladeburner} action={action} player={props.player} />
|
||||
</li>
|
||||
))}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user