mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix react warnings on font-selector
This commit is contained in:
parent
59d02314e2
commit
cd2f50fdb4
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@
|
|||
:spell-check false
|
||||
:on-change on-filter-change}]
|
||||
(when (and recent-fonts show-recent)
|
||||
[:hr]
|
||||
[*
|
||||
[:*
|
||||
[:hr]
|
||||
[:p.title (tr "workspace.options.recent-fonts")]
|
||||
(for [[idx font] (d/enumerate recent-fonts)]
|
||||
[:& font-item {:key (dm/str "font-" idx)
|
||||
|
|
Loading…
Add table
Reference in a new issue