Fix bad memoization in blade overview

This commit is contained in:
omuretsu 2023-01-02 08:00:45 -05:00
parent 71bae01fd4
commit 90fc82b86f

@ -281,7 +281,7 @@ function BladeburnerText(): React.ReactElement {
</TableRow>
</>
),
[action, classes.cellNone],
[action?.type, action?.name, classes.cellNone],
);
}