mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
Upgrade cljs + shadow
- Upgraded shadow to keep goog compiler versions the same - Converted some safe-parse-int's to parse-long - Converted some safe-parse-float's to parse-double - Simplified impl of safe-parse-* fns
This commit is contained in:
committed by
Tienson Qin
parent
29eb3dbca9
commit
fec0b755a8
@@ -733,7 +733,7 @@
|
||||
updates (state/all-available-coming-updates)]
|
||||
|
||||
[:div.cp__plugins-waiting-updates
|
||||
[:h1.mb-4.text-2xl.p-1 (util/format "Found %s updates" (util/safe-parse-int (count updates)))]
|
||||
[:h1.mb-4.text-2xl.p-1 (util/format "Found %s updates" (count updates))]
|
||||
|
||||
(if (seq updates)
|
||||
;; lists
|
||||
|
||||
Reference in New Issue
Block a user