formatting change.
This commit is contained in:
@@ -72,10 +72,7 @@
|
||||
(-> b :bank-account/yodlee-account :yodlee-account/available-balance)
|
||||
(-> b :bank-account/plaid-account :plaid-account/balance)
|
||||
0.0))]
|
||||
(when-let [pending-balance (-> b :bank-account/yodlee-account :yodlee-account/available-balance)]
|
||||
(list
|
||||
[:div (str n " Pending Balance")]
|
||||
[:div.text-right (format "$%,.2f" pending-balance)]))
|
||||
|
||||
|
||||
[:div.text-xs.text-gray-400.text-right (or (some-> (:bank-account/intuit-bank-account b)
|
||||
(:intuit-bank-account/last-synced)
|
||||
@@ -89,6 +86,10 @@
|
||||
(:plaid-account/last-synced)
|
||||
(atime/unparse-local atime/standard-time)
|
||||
(#(str "Synced " %))))]
|
||||
(when-let [pending-balance (-> b :bank-account/yodlee-account :yodlee-account/pending-balance)]
|
||||
(list
|
||||
[:div (str n " Pending Txs")]
|
||||
[:div.text-right (format "$%,.2f" pending-balance)]))
|
||||
[:div.inline-flex.justify-end.text-xs.text-gray-400.it]))
|
||||
#_[:div.inline-flex.justify-between.items-baseline]]])]])))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user