mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user