mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 01:56:11 +02:00
🐛 Fixes problems with comments section
This commit is contained in:
parent
172372d4c0
commit
c12cbbca2e
4 changed files with 15 additions and 12 deletions
|
@ -327,9 +327,7 @@
|
|||
(let [{:keys [show mode open]} cstate]
|
||||
(cond->> threads
|
||||
(= :pending show)
|
||||
(filter (fn [item]
|
||||
(or (not (:is-resolved item))
|
||||
(= (:id item) open))))
|
||||
(filter (comp not :is-resolved))
|
||||
|
||||
(= :yours mode)
|
||||
(filter #(contains? (:participants %) (:id profile))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue