Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomes committed Jul 8, 2020
1 parent ed4b092 commit f63b13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/post-editor/post-editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ import { removep } from 'lib/formatting';
import QuickSaveButtons from 'post-editor/editor-ground-control/quick-save-buttons';
import EditorRevisionsDialog from 'post-editor/editor-revisions/dialog';
import PageViewTracker from 'lib/analytics/page-view-tracker';
import { pauseGuidedTour } from 'state/ui/guided-tours/actions';
import { pauseGuidedTour } from 'state/guided-tours/actions';
import inEditorDeprecationGroup from 'state/editor-deprecation-group/selectors/in-editor-deprecation-group';
import { isEnabled } from 'config';

Expand Down

0 comments on commit f63b13f

Please sign in to comment.