You can now see cash flow details
This commit is contained in:
@@ -121,12 +121,13 @@
|
||||
(mapv (fn [c]
|
||||
[:div.level-item c]) children))]]))))]))
|
||||
|
||||
(defn table [{:keys [fullwidth class]}]
|
||||
(defn table [{:keys [fullwidth class style]}]
|
||||
|
||||
(into
|
||||
[:table.table.compact.grid {:class (cond-> []
|
||||
fullwidth (conj "is-fullwidth")
|
||||
class (into class))}]
|
||||
class (into class))
|
||||
:style style}]
|
||||
(r/children (r/current-component))))
|
||||
|
||||
(defn header []
|
||||
|
||||
Reference in New Issue
Block a user