Skip to content

Commit

Permalink
only showing active contacts in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
goranjovic committed Feb 6, 2019
1 parent cd06caf commit c353b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/wallet/send/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
network [:account/network]
network-status [:network-status]
all-tokens [:wallet/all-tokens]
contacts [:contacts/all-added-people-contacts]
contacts [:contacts/active]
web3 [:get :web3]]
[send-transaction-view {:modal? false
:transaction (dissoc transaction :gas :gas-price)
Expand Down

0 comments on commit c353b7a

Please sign in to comment.