Skip to content

Commit

Permalink
i'm a cottoniheaded ninnymuggins
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Dec 13, 2023
1 parent 5efe274 commit 5a43b86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/edit-site/src/components/sidebar-edit-mode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ export function SidebarComplementaryAreaFills() {
SIDEBAR_BLOCK,
SIDEBAR_TEMPLATE,
].includes( _sidebar );
const settings = select( editSiteStore ).getSettings();
const { getCanvasMode } = unlock( select( editSiteStore ) );
const { settings, getCanvasMode } = unlock( select( editSiteStore ) );

return {
sidebar: _sidebar,
Expand Down

0 comments on commit 5a43b86

Please sign in to comment.