diff --git a/packages/edit-site/src/components/sidebar-navigation-screen-pattern/use-pattern-details.js b/packages/edit-site/src/components/sidebar-navigation-screen-pattern/use-pattern-details.js index 346601253cbd0..099abf789678b 100644 --- a/packages/edit-site/src/components/sidebar-navigation-screen-pattern/use-pattern-details.js +++ b/packages/edit-site/src/components/sidebar-navigation-screen-pattern/use-pattern-details.js @@ -84,7 +84,7 @@ export default function usePatternDetails( postType, postId ) { details.push( { label: __( 'Area' ), - value: templatePartArea?.label, + value: templatePartArea?.label || record.area || __( 'None' ), } ); }