undid mistake
This commit is contained in:
@@ -626,7 +626,6 @@
|
|||||||
:render (fn [i]
|
:render (fn [i]
|
||||||
(link-dropdown
|
(link-dropdown
|
||||||
(into []
|
(into []
|
||||||
(repeat 5
|
|
||||||
(concat (->> i
|
(concat (->> i
|
||||||
:invoice/payments
|
:invoice/payments
|
||||||
(map :invoice-payment/payment)
|
(map :invoice-payment/payment)
|
||||||
@@ -651,7 +650,7 @@
|
|||||||
(when (:invoice/source-url i)
|
(when (:invoice/source-url i)
|
||||||
[{:link (:invoice/source-url i)
|
[{:link (:invoice/source-url i)
|
||||||
:color :secondary
|
:color :secondary
|
||||||
:content "File"}]))))))}]}))
|
:content "File"}])))))}]}))
|
||||||
|
|
||||||
(def row* (partial helper/row* grid-page))
|
(def row* (partial helper/row* grid-page))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user