0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

Merge pull request #3350 from penpot/superalex-fix-internal-error-on-team-settings

🐛 Fix internal server error occurred when user wants to open team…
This commit is contained in:
Alejandro 2023-06-26 09:49:34 +02:00 committed by GitHub
commit dad13ed826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
[:a {:on-click go-members} (tr "labels.members")]]
[:li {:class (when invitations-section? "active")}
[:a {:on-click go-invitations} (tr "labels.invitations")]]
(when (contains? @cfg/flags :webhooks)
(when (contains? cfg/flags :webhooks)
[:li {:class (when webhooks-section? "active")}
[:a {:on-click go-webhooks} (tr "labels.webhooks")]])
[:li {:class (when settings-section? "active")}