Skip to content

Commit 9582d89

Browse files
authored
Merge branch 'develop' into 19188
2 parents 62d8a33 + 40e6c44 commit 9582d89

File tree

1 file changed

+2
-1
lines changed
  • src/status_im/contexts/profile/settings

1 file changed

+2
-1
lines changed

src/status_im/contexts/profile/settings/view.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
:on-scroll #(scroll-handler % scroll-y)
7171
:bounces false}]
7272
[quo/floating-shell-button
73-
{:jump-to
73+
{:key :shell
74+
:jump-to
7475
{:on-press (fn []
7576
(rf/dispatch [:navigate-back])
7677
(debounce/throttle-and-dispatch [:shell/navigate-to-jump-to] 500))

0 commit comments

Comments
 (0)