Merge pull request #3906 from danielyxie/dev

Fix extra spaing in tail window
This commit is contained in:
hydroflame 2022-07-14 22:00:32 -04:00 committed by GitHub
commit 683959e22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

2
dist/main.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -322,7 +322,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>
),
)}