fix issue (#19808)
This commit is contained in:
parent
e8008d0aa9
commit
bd192b0f7d
|
@ -28,9 +28,10 @@
|
||||||
(on-long-press collectible))}]))
|
(on-long-press collectible))}]))
|
||||||
|
|
||||||
(defn view
|
(defn view
|
||||||
[{:keys [theme collectibles filtered? on-collectible-press on-end-reached current-account-address
|
[{:keys [collectibles filtered? on-collectible-press on-end-reached current-account-address
|
||||||
on-collectible-long-press]}]
|
on-collectible-long-press]}]
|
||||||
(let [no-results-match-query? (and filtered? (empty? collectibles))]
|
(let [no-results-match-query? (and filtered? (empty? collectibles))
|
||||||
|
theme (quo.theme/use-theme)]
|
||||||
(cond
|
(cond
|
||||||
no-results-match-query?
|
no-results-match-query?
|
||||||
[rn/view {:style {:flex 1 :justify-content :center}}
|
[rn/view {:style {:flex 1 :justify-content :center}}
|
||||||
|
|
Loading…
Reference in New Issue