Skip to content

Commit

Permalink
Remove empty FlexItem
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Nov 18, 2024
1 parent f2e4e01 commit a19022e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/block-editor/src/layouts/flex.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ export default {
/>
</FlexItem>
) }
<FlexItem>
{ allowOrientation && (
{ allowOrientation && (
<FlexItem>
<OrientationControl
layout={ layout }
onChange={ onChange }
/>
) }
</FlexItem>
</FlexItem>
) }
</Flex>
<FlexWrapControl layout={ layout } onChange={ onChange } />
</>
Expand Down

0 comments on commit a19022e

Please sign in to comment.