🐛 Fix retrieve user comments in dashboard

This commit is contained in:
alonso.torres 2023-07-11 15:38:54 +02:00 committed by Aitor
parent 872648d393
commit fc35b0b853
4 changed files with 16 additions and 3 deletions

View file

@ -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)