diff --git a/frontend/src/Main.elm b/frontend/src/Main.elm index 32a5d7d..7b74999 100644 --- a/frontend/src/Main.elm +++ b/frontend/src/Main.elm @@ -349,7 +349,11 @@ view model = "" Just q -> - " - " ++ q + if String.isEmpty q then + "" + + else + " - " ++ q maybeFlakeQuery m = case m of