Skip to content

Commit

Permalink
Fix template part container classname
Browse files Browse the repository at this point in the history
Co-authored-by: Nik Tsekouras <ntsekouras@outlook.com>
  • Loading branch information
jeyip and ntsekouras committed Aug 17, 2020
1 parent 0ee1aa9 commit 00ec050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/template-part/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function TemplatePartEdit( {
setAttributes={ setAttributes }
/>
</BlockControls>
<div className=".wp-block-template-part__container">
<div className="wp-block-template-part__container">
{ hasSelectedInnerBlock && (
<TemplatePartLabel postId={ postId } slug={ slug } />
) }
Expand Down

0 comments on commit 00ec050

Please sign in to comment.