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:
borisflagell 2022-05-11 20:18:05 +02:00
parent 5542d43fb9
commit 7a6bcfc513

@ -53,7 +53,6 @@ export function ActiveFragmentSummary(props: IProps): React.ReactElement {
return ( return (
<Paper sx={{ mb: 1 }}> <Paper sx={{ mb: 1 }}>
<Typography variant="h5">Summary of active fragments:</Typography> <Typography variant="h5">Summary of active fragments:</Typography>
{summary.length <= 0 && <Typography>None currently.</Typography>}
<Table sx={{ display: "table", width: "100%" }}> <Table sx={{ display: "table", width: "100%" }}>
<TableBody> <TableBody>
<TableRow> <TableRow>