Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed May 8, 2024
1 parent f141b3c commit 6a6327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/contexts/preview/quo/navigation/page_nav.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
:value "2 actions"}
{:key (take 3 options)
:value "3 actions"}
{:key (conj account-switcher-option (take 1 options))
{:key (conj (take 1 options) account-switcher-option)
:value "1 action + account switcher"}
{:key (conj account-switcher-option (take 2 options))
{:key (conj (take 2 options) account-switcher-option)
:value "2 actions + account switcher"}]))

(def no-title-descriptor
Expand Down

0 comments on commit 6a6327a

Please sign in to comment.