mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 23:48:42 +00:00
🐛 Fix team name dropdown menu from dashboard (#6562)
This commit is contained in:
parent
1c5d182a90
commit
bc38bd6a9c
@ -680,7 +680,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(and (not (:is-default team))
|
(and (not (:is-default team))
|
||||||
(not (contains? cf/flags :subscriptions)))
|
(or (not= "unlimited" subscription-name) (not= "enterprise" subscription-name)))
|
||||||
[:div {:class (stl/css :team-name)}
|
[:div {:class (stl/css :team-name)}
|
||||||
[:img {:src (cf/resolve-team-photo-url team)
|
[:img {:src (cf/resolve-team-photo-url team)
|
||||||
:class (stl/css :team-picture)
|
:class (stl/css :team-picture)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user