Skip to content

Commit 53008b1

Browse files
authored
fix quo2 preview in release builds (status-im#13829)
1 parent 526835f commit 53008b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im/ui/screens/screens.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
quo.preview/screens)
897897
(when config/quo-preview-enabled?
898898
quo.preview/main-screens)
899-
(when config/quo-preview-enabled?
899+
(when (or config/quo-preview-enabled? @config/new-ui-enabled?)
900900
quo2.preview/screens)
901901
(when @config/new-ui-enabled?
902902
navigation2.screens/screen-overwrites)

0 commit comments

Comments
 (0)