From eb535b18ef83d7f088506d465751c8dcf950f95a Mon Sep 17 00:00:00 2001 From: Alex Pishcheiko Date: Fri, 31 Jul 2020 09:08:29 +0100 Subject: [PATCH] when there are no matching tests - just show the message with no tests --- pages/tests/[testsByRunId].tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/tests/[testsByRunId].tsx b/pages/tests/[testsByRunId].tsx index 70b1bfb..3398442 100644 --- a/pages/tests/[testsByRunId].tsx +++ b/pages/tests/[testsByRunId].tsx @@ -244,11 +244,7 @@ function Tests(props: Props) { > ) : (
- Sorry, there was no matching tests for this filter, showing full list of tests - + Sorry, there are no matching tests for this filter
)}