Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jan 23, 2024
1 parent 75d06fa commit eb2825f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/list-view/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function ListViewComponent(
const { ref: dropZoneRef, target: blockDropTarget } = useListViewDropZone( {
dropZoneElement,
expandedState,
setExpandedState
setExpandedState,
} );
const elementRef = useRef();

Expand Down

0 comments on commit eb2825f

Please sign in to comment.