File tree 3 files changed +11
-10
lines changed
src/status_im/contexts/communities/actions/airdrop_addresses
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ SPEC CHECKSUMS:
800
800
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
801
801
FBReactNativeSpec: 448e08a759d29a96e15725ae532445bf4343567c
802
802
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
803
- glog: 553c84c5d721b0d5eee45abc0e1045eff08d0363
803
+ glog: cf171f517b828fdde711287b723e348da1ea0fc3
804
804
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
805
805
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
806
806
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
Original file line number Diff line number Diff line change 41
41
(rf/dispatch
42
42
[:hide-bottom-sheet ]))}]))}]))
43
43
:on-success (fn [password]
44
- [:dispatch [:communities/edit-shared-addresses
45
- {:community-id community-id
46
- :password password
47
- :airdrop-address address
48
- :on-success (fn []
49
- (rf/dispatch [:dismiss-modal
50
- :address-for-airdrop ])
51
- (rf/dispatch
52
- [:hide-bottom-sheet ]))}]])}])
44
+ [:dispatch
45
+ [:communities/edit-shared-addresses
46
+ {:community-id community-id
47
+ :password password
48
+ :airdrop-address address
49
+ :on-success (fn []
50
+ (rf/dispatch [:dismiss-modal
51
+ :address-for-airdrop ])
52
+ (rf/dispatch
53
+ [:hide-bottom-sheet ]))}]])}])
53
54
(do
54
55
(rf/dispatch [:communities/set-airdrop-address community-id address])
55
56
(rf/dispatch [:hide-bottom-sheet ])))))]
You can’t perform that action at this time.
0 commit comments