Fix quo preview navigation (#19003)
This commit is contained in:
parent
61f8c51d85
commit
bd7ced5f25
|
@ -535,7 +535,7 @@
|
|||
[quo/button
|
||||
{:type :outline
|
||||
:container-style {:margin-vertical 8}
|
||||
:on-press #(rf/dispatch [:navigate-to category-name])}
|
||||
:on-press #(rf/dispatch [:open-modal category-name])}
|
||||
(name category-name)]))])))
|
||||
|
||||
(defn- main-screen
|
||||
|
|
Loading…
Reference in New Issue