diff --git a/frontend/src/app/main/data/comments.cljs b/frontend/src/app/main/data/comments.cljs index f07758a9cc..ec10bccbbc 100644 --- a/frontend/src/app/main/data/comments.cljs +++ b/frontend/src/app/main/data/comments.cljs @@ -413,8 +413,8 @@ (->> (rp/cmd! :get-comment-threads {:file-id file-id :share-id share-id}) (rx/map comment-threads-fetched)) - ;; Refresh team members - (rx/of (dtm/fetch-members))))))) + (when (:workspace-local state) + (rx/of (dtm/fetch-members)))))))) (defn retrieve-comments [thread-id]