From 1f49dbb989843aac2fde35f693dea067b5109a54 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 10 Sep 2024 11:12:34 +0200 Subject: [PATCH] make it accessible --- packages/trace-viewer/src/ui/uiModeView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/trace-viewer/src/ui/uiModeView.tsx b/packages/trace-viewer/src/ui/uiModeView.tsx index 1327cf1562..a2b26c1375 100644 --- a/packages/trace-viewer/src/ui/uiModeView.tsx +++ b/packages/trace-viewer/src/ui/uiModeView.tsx @@ -473,7 +473,7 @@ export const UIModeView: React.FC<{}> = ({ reloadTests()} disabled={isRunningTest || isLoading}>
{ setIsShowingOutput(!isShowingOutput); }} /> - {outputContainsError &&
} + {outputContainsError &&
}
{!hasBrowsers && }