Merge branch 'dev' into big-container

This commit is contained in:
Olivier Gagnon
2021-09-17 03:09:42 -04:00
4 changed files with 24 additions and 17 deletions
+6 -1
View File
@@ -101,8 +101,13 @@ export function TerminalRoot({ terminal, router, 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={0}>