summaryrefslogtreecommitdiff
path: root/org-fc-dashboard.el
diff options
context:
space:
mode:
Diffstat (limited to 'org-fc-dashboard.el')
-rw-r--r--org-fc-dashboard.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-fc-dashboard.el b/org-fc-dashboard.el
index e92dfa2..369eed4 100644
--- a/org-fc-dashboard.el
+++ b/org-fc-dashboard.el
@@ -108,7 +108,7 @@
(:type-cloze . "Cloze")))
(insert
(format " %6d %s\n"
- (plist-get cards-stats (car position))
+ (or (plist-get cards-stats (car position)) 0)
(cdr position))))
(insert "\n")