From 5a94343778232405f558e82a2b44960da410fb08 Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 10 Dec 2020 17:30:07 +0100 Subject: [PATCH] fixed --- src/status_im/ui/screens/browser/tabs/views.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/ui/screens/browser/tabs/views.cljs b/src/status_im/ui/screens/browser/tabs/views.cljs index 137a1693015..11a81b6df45 100644 --- a/src/status_im/ui/screens/browser/tabs/views.cljs +++ b/src/status_im/ui/screens/browser/tabs/views.cljs @@ -39,6 +39,7 @@ [topbar/topbar {:modal? true :border-bottom false + :navigation :none :right-accessories [{:label (i18n/label :t/close-all) :on-press #(do (re-frame/dispatch [:browser.ui/clear-all-browsers-pressed])