Hide featured communities when not fetched
This commit is contained in:
parent
3d63854b03
commit
50af7fb502
|
@ -119,9 +119,11 @@
|
|||
selected-tab]}]
|
||||
[react/animated-view
|
||||
[screen-title]
|
||||
[featured-communities-header featured-communities-count]
|
||||
[featured-list featured-communities view-type]
|
||||
[quo/separator {:style {:margin-horizontal 20}}]
|
||||
(when (pos? featured-communities-count)
|
||||
[:<>
|
||||
[featured-communities-header featured-communities-count]
|
||||
[featured-list featured-communities view-type]
|
||||
[quo/separator {:style {:margin-horizontal 20}}]])
|
||||
[discover-communities-segments selected-tab false]])
|
||||
|
||||
(defn other-communities-list
|
||||
|
|
Loading…
Reference in New Issue