Skip to content

Commit

Permalink
remove un-necessary fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed May 15, 2023
1 parent 626c36c commit 8334cfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im2/contexts/share/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
[]
(let [window-width (rf/sub [:dimensions/window-width])]
(fn []
[:<>
[rn/view {:flex 1 :padding-top (navigation/status-bar-height)}
[blur/view style/blur]
[tab-content window-width]]])))
[tab-content window-width]])))

0 comments on commit 8334cfe

Please sign in to comment.