diff --git a/src/status_im/ui/screens/routing/browser_stack.cljs b/src/status_im/ui/screens/routing/browser_stack.cljs index 7826142bd9..445c1ebcf3 100644 --- a/src/status_im/ui/screens/routing/browser_stack.cljs +++ b/src/status_im/ui/screens/routing/browser_stack.cljs @@ -3,5 +3,6 @@ (def browser-stack {:name :browser-stack :screens [:open-dapp - :browser] - :config {:initialRouteName :open-dapp}}) \ No newline at end of file + :browser + :qr-scanner] + :config {:initialRouteName :open-dapp}})