diff --git a/src/quo2/components/navigation/page_nav/view.cljs b/src/quo2/components/navigation/page_nav/view.cljs index 0ec426d2c43c..4f82aba70aa2 100644 --- a/src/quo2/components/navigation/page_nav/view.cljs +++ b/src/quo2/components/navigation/page_nav/view.cljs @@ -56,8 +56,9 @@ (cond ;; TODO: use account-switcher when available (issue #16456) (and support-account-switcher? (= content :account-switcher)) - [rn/touchable-opacity {:style style/account-switcher-placeholder - :on-press #(js/alert "Not implemented yet")}] + [rn/touchable-opacity + {:style style/account-switcher-placeholder + :on-press #(js/alert "Not implemented yet")}] (coll? content) (into [rn/view {:style style/right-actions-container}]