Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
JS Code standard.
  • Loading branch information
zeopix authored Mar 13, 2024
commit 81a433cc4119c3f1911764f8d99e255a524fe9c8
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function FontFamilyControl( {
if ( custom !== undefined ) {
fontFamilies = [ ...fontFamilies, ...custom ];
}

}

if ( ! fontFamilies || fontFamilies.length === 0 ) {
Expand Down