From 4a0931f6af5cafa64668b71cd8c4e1826c492792 Mon Sep 17 00:00:00 2001 From: Malek Karray Date: Wed, 20 Mar 2019 16:41:54 -0400 Subject: [PATCH] Flawed logic when checking for invalid query The old logic would check for a condition that would never happen because it was already checked for earlier on. This commit will be especially useful when browsing is merged so the users mistakes can be pointed out instead of the blank screen that currently shows up. Change-Id: I303ecc8b97c153f6cb35c569884ef68d2b482e51 Story: 2005278 Task: 30130 Signed-off-by: Malek Karray --- src/app/stories/template/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/stories/template/list.html b/src/app/stories/template/list.html index 962449af..7d4c2c1c 100644 --- a/src/app/stories/template/list.html +++ b/src/app/stories/template/list.html @@ -77,7 +77,7 @@
-
+