mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
Merge pull request #3906 from danielyxie/dev
Fix extra spaing in tail window
This commit is contained in:
commit
683959e22d
2
dist/main.bundle.js
vendored
2
dist/main.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/main.bundle.js.map
vendored
2
dist/main.bundle.js.map
vendored
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>
|
||||
),
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user