mirror of
https://github.com/status-im/status-react.git
synced 2025-02-27 18:10:49 +00:00
tidy: remove unused button stuff
This commit is contained in:
parent
5346dfec0f
commit
c3a62f080b
@ -16,16 +16,6 @@
|
||||
(def contact-request-message-store
|
||||
(reagent.ratom/atom {}))
|
||||
|
||||
(def button-count-store
|
||||
(reagent.ratom/atom {}))
|
||||
|
||||
(re-frame/reg-sub
|
||||
:button-count
|
||||
(fn []
|
||||
[button-count-store])
|
||||
(fn [[store] [_ id]]
|
||||
(get store id 0)))
|
||||
|
||||
(re-frame/reg-sub
|
||||
:contact-request-message
|
||||
(fn []
|
||||
|
Loading…
x
Reference in New Issue
Block a user