Skip to content

Commit

Permalink
simple fix (#34203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo authored Aug 23, 2021
1 parent 9e3be44 commit 19e5da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function ContentNavigationItem( { item } ) {
const template = select(
coreStore
).__experimentalGetTemplateForLink( item.link );
return template?.content?.raw;
return template?.content;
},
[ isPreviewVisible ]
);
Expand Down

0 comments on commit 19e5da6

Please sign in to comment.