mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-24 08:33:50 +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 => (
|
(line: string, i: number): JSX.Element => (
|
||||||
<React.Fragment key={i}>
|
<React.Fragment key={i}>
|
||||||
<ANSIITypography text={line} color={lineColor(line)} />
|
<ANSIITypography text={line} color={lineColor(line)} />
|
||||||
<br />
|
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
),
|
),
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user