Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Apr 18, 2024
1 parent 5dfc502 commit 334f962
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
:on-long-press #(when on-long-press
(on-long-press collectible))}]))

(defn- view-internal
(defn view
[{:keys [theme collectibles filtered? on-collectible-press on-end-reached current-account-address
on-collectible-long-press]}]
(let [theme (quo.theme/use-theme)
no-results-match-query? (and filtered? (empty? collectibles))]
(let [no-results-match-query? (and filtered? (empty? collectibles))]
(cond
no-results-match-query?
[rn/view {:style {:flex 1 :justify-content :center}}
Expand Down

0 comments on commit 334f962

Please sign in to comment.