mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 03:26:10 +02:00
🐛 Fix retrieve user comments in dashboard
This commit is contained in:
parent
872648d393
commit
fc35b0b853
4 changed files with 16 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
show-dropdown (mf/use-fn #(reset! show-dropdown? true))
|
||||
hide-dropdown (mf/use-fn #(reset! show-dropdown? false))
|
||||
threads-map (mf/deref refs/comment-threads)
|
||||
users (mf/deref refs/current-file-comments-users)
|
||||
users (mf/deref refs/current-team-comments-users)
|
||||
|
||||
tgroups (->> (vals threads-map)
|
||||
(sort-by :modified-at)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue