mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 13:15:48 +01:00
slight tweak to the no fragment use case
Removed the "non currently" message displayed when the played got no fragment.
This commit is contained in:
parent
5542d43fb9
commit
7a6bcfc513
@ -53,7 +53,6 @@ export function ActiveFragmentSummary(props: IProps): React.ReactElement {
|
||||
return (
|
||||
<Paper sx={{ mb: 1 }}>
|
||||
<Typography variant="h5">Summary of active fragments:</Typography>
|
||||
{summary.length <= 0 && <Typography>None currently.</Typography>}
|
||||
<Table sx={{ display: "table", width: "100%" }}>
|
||||
<TableBody>
|
||||
<TableRow>
|
||||
|
Loading…
Reference in New Issue
Block a user