mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
📎 Minor cosmetic changes on comments ui code.
This commit is contained in:
parent
d862406b44
commit
9f9f146444
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
||||||
|
|
||||||
(mf/defc comment-item
|
(mf/defc comment-item
|
||||||
[{:keys [comment thread users] :as props}]
|
[{: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)
|
profile (mf/use-state refs/profile)
|
||||||
options (mf/use-state false)
|
options (mf/use-state false)
|
||||||
edition? (mf/use-state false)
|
edition? (mf/use-state false)
|
||||||
|
|
Loading…
Add table
Reference in a new issue