Skip to content

Commit

Permalink
Remove useless div
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 3, 2024
1 parent cbd6318 commit 075668e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/editor/src/components/editor-interface/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ export default function EditorInterface( {
isRichEditingEnabled &&
blockEditorMode !== 'zoom-out' &&
mode === 'visual' && (
<div className="editor-interface__footer">
<BlockBreadcrumb rootLabelText={ documentLabel } />
</div>
<BlockBreadcrumb rootLabelText={ documentLabel } />
)
}
actions={
Expand Down

0 comments on commit 075668e

Please sign in to comment.