0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

📎 Minor cosmetic changes on comments ui code.

This commit is contained in:
Andrey Antukh 2020-11-23 11:34:57 +01:00 committed by Alonso Torres
parent d862406b44
commit 9f9f146444

View file

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