Compare commits

...
Author SHA1 Message Date
jo-mut 03390fc324 fix profile custom color 2023-05-25 15:33:37 +03:00
+2 -1
View File
@@ -282,7 +282,8 @@
:profile/customization-color
:<- [:multiaccounts/multiaccounts]
(fn [multiaccounts [_ id]]
(or (:customization-color (get multiaccounts id)) constants/profile-default-color)))
(or (:customization-color (get multiaccounts id))
constants/profile-default-color)))
(re-frame/reg-sub
:chats/unread-messages-number