mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
chore: remove contents from recent pages
This commit is contained in:
@@ -56,7 +56,8 @@
|
||||
|
||||
(defn recent-pages
|
||||
[]
|
||||
(let [pages (db/get-key-value :recent/pages)]
|
||||
(let [pages (->> (db/get-key-value :recent/pages)
|
||||
(remove #(= (string/lower-case %) "contents")))]
|
||||
[:div.recent-pages.text-sm.flex-col.flex.ml-3.mt-2
|
||||
(if (seq pages)
|
||||
(for [page pages]
|
||||
|
||||
Reference in New Issue
Block a user