Added yodlee account balances

This commit is contained in:
2021-02-11 19:43:31 -08:00
parent b6581e64e2
commit a78ad47fda
4 changed files with 21 additions and 3 deletions

View File

@@ -34,4 +34,10 @@
]
(:name ba) (when (and (:current-balance ba)
is-power-user?)
(str ": " (->$ (:current-balance ba))))])]))
(str ": " (->$ (:current-balance ba))))
(when (and (:yodlee-balance-old ba)
is-power-user?)
[:<>
[:div.tag [:img {:src "/img/yodlee.png" :style {:width "16px" :height "16px"}}]
(->$ (:yodlee-balance-old ba 0.00))]])])]))