mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 08:06:11 +02:00
🐛 Fix markdown message
This commit is contained in:
parent
f7bba745ab
commit
1f9e7f2ae8
21 changed files with 22 additions and 1 deletions
|
@ -586,7 +586,8 @@
|
|||
[:div.empty-invitations
|
||||
[:span (tr "labels.no-invitations")]
|
||||
(when can-invite?
|
||||
[:span (tr "labels.no-invitations-hint")])])
|
||||
[:& i18n/tr-html {:label "labels.no-invitations-hint"
|
||||
:tag-name "span"}])])
|
||||
|
||||
(mf/defc invitation-section
|
||||
[{:keys [team invitations] :as props}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue