Makes it easy to tell which thing you selected
This commit is contained in:
@@ -226,7 +226,8 @@
|
||||
:render (fn [e]
|
||||
[:ul
|
||||
(for [a (:plaid-item/accounts e)]
|
||||
[:li (:plaid-account/name a) " - " (:plaid-account/number a)])])}]}))
|
||||
[:li [:svg.inline {:data-jdenticon-value (:db/id a) :width "24" :height "24"}] (:plaid-account/name a) " - " (:plaid-account/number a) " - updated "
|
||||
(atime/unparse-local (:plaid-account/last-synced a) atime/normal-date)])])}]}))
|
||||
|
||||
|
||||
(def page (helper/page-route grid-page))
|
||||
|
||||
Reference in New Issue
Block a user