Skip to content

Commit

Permalink
Remove tips toggle menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
vindl committed Nov 6, 2018
1 parent 5a50db0 commit 34e3f19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { IconButton, Dropdown, MenuGroup } from '@wordpress/components';
import ModeSwitcher from '../mode-switcher';
import FixedToolbarToggle from '../fixed-toolbar-toggle';
import PluginMoreMenuGroup from '../plugins-more-menu-group';
import TipsToggle from '../tips-toggle';

/* eslint-disable wpcalypso/jsx-classname-namespace */
const MoreMenu = () => (
Expand All @@ -38,7 +37,6 @@ const MoreMenu = () => (
filterName="editPost.MoreMenu.settings"
>
<FixedToolbarToggle onToggle={ onClose } />
<TipsToggle onToggle={ onClose } />
</MenuGroup>
<PluginMoreMenuGroup.Slot fillProps={ { onClose } } />
<MenuGroup
Expand Down

This file was deleted.

0 comments on commit 34e3f19

Please sign in to comment.