Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Sep 14, 2023
1 parent 3fdf5aa commit 21bf028
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/quo2/components/navigation/page_nav/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down

0 comments on commit 21bf028

Please sign in to comment.