Skip to content

Commit

Permalink
Drop unused classname
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomes committed Aug 27, 2024
1 parent 8a864a1 commit 2c4ad77
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,7 @@ export default function PostFormatPanel() {
</Button>
) }
</div>
{ hadUploadError && (
<p className="post-publish-panel__error">
{ __( 'Upload failed, try again.' ) }
</p>
) }
{ hadUploadError && <p>{ __( 'Upload failed, try again.' ) }</p> }
</PanelBody>
);
}

0 comments on commit 2c4ad77

Please sign in to comment.