Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Dec 20, 2023
1 parent f3cdc53 commit 07f355d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/edit-site/src/components/sidebar-edit-mode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ export function SidebarComplementaryAreaFills() {
SIDEBAR_BLOCK,
SIDEBAR_TEMPLATE,
].includes( _sidebar );
const { getSettings, getCanvasMode } = unlock( select( editSiteStore ) );
const { getSettings, getCanvasMode } = unlock(
select( editSiteStore )
);
const settings = getSettings();

return {
Expand Down

0 comments on commit 07f355d

Please sign in to comment.