Skip to content

Commit

Permalink
Default value for prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Dec 10, 2024
1 parent 344964d commit 2dbc13f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { SidebarNavigationItemGlobalStyles } from '../sidebar-navigation-screen-
import { unlock } from '../../lock-unlock';
import { store as editSiteStore } from '../../store';

export function MainSidebarNavigationContent( { isBlockBasedTheme } ) {
export function MainSidebarNavigationContent( { isBlockBasedTheme = true } ) {
return (
<ItemGroup>
{ isBlockBasedTheme && (
Expand Down

0 comments on commit 2dbc13f

Please sign in to comment.