mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Fix bad memoization in blade overview
This commit is contained in:
parent
71bae01fd4
commit
90fc82b86f
@ -281,7 +281,7 @@ function BladeburnerText(): React.ReactElement {
|
|||||||
</TableRow>
|
</TableRow>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
[action, classes.cellNone],
|
[action?.type, action?.name, classes.cellNone],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user