Skip to content

Commit

Permalink
fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jul 27, 2023
1 parent 8556eb6 commit 8a95298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/gutenberg-plugins/content-resizing-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ const withBlockControls = createHigherOrderComponent( ( BlockEdit ) => {
{ ( { onClose } ) => (
<MenuGroup>
<MenuItem
className='classifai-resize-content-btn__grow'
className="classifai-resize-content-btn__grow"
onClick={ () => {
dispatch(
resizeContentStore
Expand All @@ -504,7 +504,7 @@ const withBlockControls = createHigherOrderComponent( ( BlockEdit ) => {
) }
</MenuItem>
<MenuItem
className='classifai-resize-content-btn__shrink'
className="classifai-resize-content-btn__shrink"
onClick={ () => {
dispatch(
resizeContentStore
Expand Down

0 comments on commit 8a95298

Please sign in to comment.