From 7a6bcfc513dec2e9a3ceaa6662657f53f797e65c Mon Sep 17 00:00:00 2001 From: borisflagell Date: Wed, 11 May 2022 20:18:05 +0200 Subject: [PATCH] slight tweak to the no fragment use case Removed the "non currently" message displayed when the played got no fragment. --- src/CotMG/ui/ActiveFragmentSummary.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CotMG/ui/ActiveFragmentSummary.tsx b/src/CotMG/ui/ActiveFragmentSummary.tsx index d78ca81f4..8ba28cf43 100644 --- a/src/CotMG/ui/ActiveFragmentSummary.tsx +++ b/src/CotMG/ui/ActiveFragmentSummary.tsx @@ -53,7 +53,6 @@ export function ActiveFragmentSummary(props: IProps): React.ReactElement { return ( Summary of active fragments: - {summary.length <= 0 && None currently.}