summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.ur3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.ur b/main.ur
index 195389d..b9b5699 100644
--- a/main.ur
+++ b/main.ur
@@ -49,7 +49,8 @@ fun renderNextAction action =
</li>
</xml>
-val renderNextActions = queryX1' (SELECT * FROM nextAction) renderNextAction
+val renderNextActions =
+ queryX1' (SELECT * FROM nextAction WHERE nextAction.Done = FALSE) renderNextAction
fun newNextAction name =
id <- nextval nextActionId;