Skip to content

Commit 31f5dd7

Browse files
committed
clean
1 parent a2378cc commit 31f5dd7

File tree

1 file changed

+2
-3
lines changed
  • src/status_im/contexts/communities/actions/request_to_join

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
[utils.re-frame :as rf]))
1212

1313
(defn join-community-and-navigate-back
14-
[id theme]
14+
[id]
1515
(rf/dispatch
1616
[:standard-auth/authorize
1717
{:auth-button-label (i18n/label :t/request-to-join)
18-
:theme theme
1918
:on-auth-success (fn [password]
2019
(rf/dispatch
2120
[:communities/request-to-join
@@ -59,7 +58,7 @@
5958
(i18n/label :t/cancel)]
6059
[quo/button
6160
{:accessibility-label :join-community-button
62-
:on-press #(join-community-and-navigate-back id theme)
61+
:on-press #(join-community-and-navigate-back id)
6362
:container-style {:flex 1}
6463
:inner-style {:background-color (colors/resolve-color color theme)}}
6564
(i18n/label :t/request-to-join)]]

0 commit comments

Comments
 (0)