Skip to content

Commit

Permalink
PostCardPanel: Fix ESLint error (#62109)
Browse files Browse the repository at this point in the history
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
4 people authored May 29, 2024
1 parent e3fb258 commit 5018e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-card-panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function PostCardPanel( { actions } ) {
className="editor-post-card-panel__title"
weight={ 500 }
as="h2"
lineHeight={ '20px' }
lineHeight="20px"
>
{ title ? decodeEntities( title ) : __( 'No Title' ) }
{ isFrontPage && (
Expand Down

0 comments on commit 5018e24

Please sign in to comment.