Starting to add locked until

This commit is contained in:
Bryce Covert
2022-03-13 12:04:59 -07:00
parent 96dd99a74c
commit ab4a426369
12 changed files with 207 additions and 117 deletions

View File

@@ -59,6 +59,11 @@
(fn [db [_ multi]]
(get-in db [::status multi])))
(re-frame/reg-sub
::last-multi
(fn [db [_ multi]]
(last (vals (get-in db [::status multi])))))
(re-frame/reg-sub
::single
(fn [db [_ single]]