🐛 Fix invalid link on workspace header (presence component).

This commit is contained in:
Andrey Antukh 2021-06-17 09:09:28 +02:00 committed by Andrés Moya
parent 376d0663c2
commit 41d05d6de0
3 changed files with 2 additions and 3 deletions

View file

@ -17,8 +17,7 @@
(mf/defc session-widget
[{:keys [session self? profile] :as props}]
[:li.tooltip.tooltip-bottom
{:alt (:fullname profile)
:on-click (when self? (st/emitf (rt/navigate :settings/profile)))}
{:alt (:fullname profile)}
[:img {:style {:border-color (:color session)}
:src (cfg/resolve-profile-photo-url profile)}]])