merge dev

This commit is contained in:
Olivier Gagnon
2022-07-20 12:16:42 -04:00
47 changed files with 223 additions and 120 deletions
-1
View File
@@ -326,7 +326,6 @@ function LogWindow(props: IProps): React.ReactElement {
(line: string, i: number): JSX.Element => (
<React.Fragment key={i}>
<ANSIITypography text={line} color={lineColor(line)} />
<br />
</React.Fragment>
),
)}