🐛 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

@ -459,6 +459,9 @@
(def current-file-comments-users
(l/derived :current-file-comments-users st/state))
(def current-team-comments-users
(l/derived :current-team-comments-users st/state))
(def viewer-fullscreen?
(l/derived (fn [state]
(dm/get-in state [:viewer-local :fullscreen?]))