Skip to content

Commit 16fff8b

Browse files
committed
clean
1 parent 44b8876 commit 16fff8b

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ SPEC CHECKSUMS:
800800
FBLazyVector: 71803c074f6325f10b5ec891c443b6bbabef0ca7
801801
FBReactNativeSpec: 448e08a759d29a96e15725ae532445bf4343567c
802802
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
803-
glog: 553c84c5d721b0d5eee45abc0e1045eff08d0363
803+
glog: cf171f517b828fdde711287b723e348da1ea0fc3
804804
HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352
805805
Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8
806806
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef

package.json.gpg

-2.19 KB
Binary file not shown.

src/status_im/contexts/communities/actions/airdrop_addresses/view.cljs

+10-9
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,16 @@
4141
(rf/dispatch
4242
[:hide-bottom-sheet]))}]))}]))
4343
: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]))}]])}])
5354
(do
5455
(rf/dispatch [:communities/set-airdrop-address community-id address])
5556
(rf/dispatch [:hide-bottom-sheet])))))]

0 commit comments

Comments
 (0)