mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
Fix schema error
This commit is contained in:
parent
a06c5fdc02
commit
769e9440a3
@ -11,7 +11,9 @@
|
||||
[item _ _ [airdrop-address community-id]]
|
||||
[quo/account-item
|
||||
{:account-props item
|
||||
:state (when (= airdrop-address (:address item)) :selected)
|
||||
:state (if (= airdrop-address (:address item))
|
||||
:selected
|
||||
:default)
|
||||
:on-press (fn []
|
||||
(rf/dispatch [:communities/set-airdrop-address (:address item) community-id])
|
||||
(rf/dispatch [:hide-bottom-sheet]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user