Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed May 10, 2024
1 parent b4d8983 commit e9b29e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/contexts/communities/overview/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,14 @@
:fetching-community-overview
:failed-to-fetch-community-overview)}
[quo/page-nav
{:title (if fetching? "Fetching community..." "Failed to fetch community")
{:title "Community Overview"
:type :title
:text-align :left
:icon-name :i/close
:on-press #(rf/dispatch [:navigate-back])}]
[quo/empty-state
{:image (resources/get-themed-image :cat-in-box theme)
:title (if fetching? "Fetching community..." "Failed to fetch community")
:container-style {:flex 1 :justify-content :center}}]]))

(defn- community-card-page-view
Expand Down

0 comments on commit e9b29e5

Please sign in to comment.