Fix quo preview navigation (#19003)

This commit is contained in:
Parvesh Monu 2024-02-28 18:34:53 +05:30 committed by GitHub
parent 61f8c51d85
commit bd7ced5f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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