mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
fix term issues
This commit is contained in:
@@ -101,8 +101,13 @@ export function TerminalRoot({ terminal, engine, player }: IProps): React.ReactE
|
||||
</ListItem>
|
||||
);
|
||||
})}
|
||||
|
||||
{terminal.action !== null && (
|
||||
<ListItem classes={{ root: classes.nopadding }}>
|
||||
<ActionTimer terminal={terminal} />{" "}
|
||||
</ListItem>
|
||||
)}
|
||||
</List>
|
||||
{terminal.action !== null && <ActionTimer terminal={terminal} />}
|
||||
<div ref={scrollHook}></div>
|
||||
</Box>
|
||||
<Box position="sticky" bottom={0} width="100%" px={1}>
|
||||
|
||||
Reference in New Issue
Block a user