Skip to content

Commit

Permalink
Remove redundant prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Dec 18, 2024
1 parent 7235792 commit 342c6a8
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 @@ -113,7 +113,7 @@ export default function PostCardPanel( {
>
{ title }
{ pageTypeBadge && postIds.length === 1 && (
<Badge as="span">{ pageTypeBadge }</Badge>
<Badge>{ pageTypeBadge }</Badge>
) }
</Text>
<PostActions
Expand Down

0 comments on commit 342c6a8

Please sign in to comment.