renamed company to client.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
(def default-db
|
||||
{:user (.getItem js/localStorage "jwt")
|
||||
:company {:name "Campbell Brewing Company"}
|
||||
:companies []
|
||||
:client {:name "Campbell Brewing Company"}
|
||||
:clients []
|
||||
:invoices {:pending #{}
|
||||
:unpaid #{}}
|
||||
:status {:loading false}
|
||||
:new-invoice {}
|
||||
:menu {:company {:active? false}
|
||||
:menu {:client {:active? false}
|
||||
:account {:active? false}}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user