Skip to content

Commit

Permalink
Issues 1&2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Mar 4, 2024
1 parent 2826c9f commit 5c98b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/subs/communities.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
vals
(sort-by (fn [{:keys [requested-to-join-at last-opened-at
joined-at]}]
(or requested-to-join-at last-opened-at joined-at))
(or last-opened-at (max requested-to-join-at joined-at)))
#(compare %2 %1))
(group-by #(group-communities-by-status requests %)))]
(reset! memo-communities-stack-items grouped-communities)
Expand Down

0 comments on commit 5c98b41

Please sign in to comment.