Skip to content

Commit

Permalink
Update component.js
Browse files Browse the repository at this point in the history
Alphabetize the destructured object vars
  • Loading branch information
ramonjd committed Aug 18, 2021
1 parent ea61fb8 commit d1b14ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,12 +16,12 @@ import { contextConnect } from '../../ui/context';
const ToolsPanelHeader = ( props, forwardedRef ) => {
const {
hasMenuItems,
hasSelectedMenuItems,
header,
menuItems,
menuLabel,
resetAll,
toggleItem,
hasSelectedMenuItems,
...headerProps
} = useToolsPanelHeader( props );

Expand Down

0 comments on commit d1b14ec

Please sign in to comment.