Skip to content

Commit

Permalink
rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Nov 28, 2023
1 parent fa50250 commit bd758b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/compat/wordpress-6.5/rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function gutenberg_register_global_styles_revisions_endpoints() {
add_action( 'rest_api_init', 'gutenberg_register_global_styles_revisions_endpoints' );

/**
<<<<<<< HEAD
* Registers additional fields for wp_template and wp_template_part rest api.
*
* @access private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import classnames from 'classnames';
/**
* WordPress dependencies
*/
<<<<<<< HEAD
import { useEffect, useState, forwardRef } from '@wordpress/element';
=======
import { useState, forwardRef } from '@wordpress/element';
>>>>>>> 8bc5711934 (not functional commit - refactor the implementation)
import {
VisuallyHidden,
Tooltip,
Expand Down
1 change: 0 additions & 1 deletion packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export default function Editor( { listViewToggleElement, isLoading } ) {
);

const settings = useSpecificEditorSettings();

const isReady =
! isLoading &&
( ( postWithTemplate && !! contextPost && !! editedPost ) ||
Expand Down

0 comments on commit bd758b4

Please sign in to comment.