From 9f9f146444adc040156dc556637b66a54e46d84f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 23 Nov 2020 11:34:57 +0100 Subject: [PATCH] :paperclip: Minor cosmetic changes on comments ui code. --- frontend/src/app/main/ui/comments.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/comments.cljs b/frontend/src/app/main/ui/comments.cljs index 48861817f6..b09fe8f923 100644 --- a/frontend/src/app/main/ui/comments.cljs +++ b/frontend/src/app/main/ui/comments.cljs @@ -184,7 +184,7 @@ (mf/defc comment-item [{:keys [comment thread users] :as props}] - (let [owner (get (or users @refs/workspace-users) (:owner-id comment)) + (let [owner (get users (:owner-id comment)) profile (mf/use-state refs/profile) options (mf/use-state false) edition? (mf/use-state false)