Skip to content

Commit fee0d7e

Browse files
committed
tidy: fix formatting
1 parent 912de96 commit fee0d7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/status_im/common/bottom_sheet/view.cljs

+3-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@
115115
(on-close))
116116
(rf/dispatch [:hide-bottom-sheet])
117117
true))
118-
[rn/view {:style {:flex 1}
119-
:on-layout handle-layout-height}
118+
[rn/view
119+
{:style {:flex 1}
120+
:on-layout handle-layout-height}
120121
;; backdrop
121122
[rn/pressable
122123
{:on-press #(rf/dispatch [:hide-bottom-sheet])

0 commit comments

Comments
 (0)