Skip to content

Commit

Permalink
fix from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 9, 2023
1 parent 435536d commit 2ac509a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ function BlockPatternsTabs( {
} ) {
const [ showPatternsExplorer, setShowPatternsExplorer ] = useState( false );
const categories = usePatternsCategories( rootClientId );
const [ showPatternsExplorer2, setShowPatternsExplorer2 ] =
useState( false );
const isMobile = useViewportMatch( 'medium', '<' );
return (
<>
Expand Down

0 comments on commit 2ac509a

Please sign in to comment.